GrapeCity.Xaml.Excel
ColumnSpan Property (IRange)


GrapeCity.Excel Namespace > IRange Interface : ColumnSpan Property
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
int ColumnSpan {get;}

Property Value

The column span.
See Also

Reference

IRange Interface
IRange Members