Gets the column span of the range.
Syntax
'Declaration
Public ReadOnly Property ColumnSpan As Integer
'Usage
Dim instance As ExcelCell
Dim value As Integer
value = instance.ColumnSpan
public int ColumnSpan {get;}
Property Value
The column span.
See Also