ColumnSpan Property (IRange)
In This Topic
Gets the column span of the range.
Syntax
'Declaration
ReadOnly Property ColumnSpan As Integer
'Usage
Dim instance As IRange
Dim value As Integer
value = instance.ColumnSpan
Property Value
The column span.
See Also