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

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

Returns the index of the given cell in the column.
public IndexOf ( Cell cell ) : int
cell Cell
Результат int
            public int IndexOf(Cell cell)
            {
                return this.GetColumnCells().IndexOf(cell);
            }