Cells.MaxColumn

Cells.MaxColumn property

Maximum column index of those cells that have been instantiated in the collection(does not include the column where style is defined for the whole column but no cell has been instantiated in it).

public int MaxColumn { get; }

Remarks

Return -1 if there is no cell.

See Also