Spread Silverlight Documentation
ColumnSpan Property (IRange)


GrapeCity.Excel Namespace > IRange Interface : ColumnSpan Property
Gets the column span of the range.
Syntax
'Declaration
 
ReadOnly Property ColumnSpan As System.Integer
'Usage
 
Dim instance As IRange
Dim value As System.Integer
 
value = instance.ColumnSpan
System.int ColumnSpan {get;}

Property Value

The column span.
See Also

Reference

IRange Interface
IRange Members