Spread Silverlight Documentation
ColumnSpan Property (SelectionRange)


GrapeCity.Excel Namespace > SelectionRange Class : ColumnSpan Property
Gets the column span of the range.
Syntax
'Declaration
 
Public Property ColumnSpan As System.Integer
'Usage
 
Dim instance As SelectionRange
Dim value As System.Integer
 
instance.ColumnSpan = value
 
value = instance.ColumnSpan
public System.int ColumnSpan {get; set;}

Property Value

The column span.
See Also

Reference

SelectionRange Class
SelectionRange Members