ApiExamples.ExTableColumn.Column.Remove C# (CSharp) Метод

Remove() публичный Метод

Removes the column from the table.
public Remove ( ) : void
Результат void
            public void Remove()
            {
                foreach (Cell cell in this.Cells)
                    cell.Remove();
            }