Spread Silverlight Documentation
ColumnSpan Property (ExternalCellRange)


GrapeCity.Excel Namespace > ExternalCellRange Class : ColumnSpan Property
Gets the column span of the range.
Syntax
'Declaration
 
Public Property ColumnSpan As System.Integer
'Usage
 
Dim instance As ExternalCellRange
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

ExternalCellRange Class
ExternalCellRange Members