Spread for ASP.NET 12 Product Documentation
Column Property (CellRange)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread.Model Namespace > CellRange Class : Column Property
Gets the column index of the first cell in the range.
Syntax
'Declaration
 
Public ReadOnly Property Column As Integer
'Usage
 
Dim instance As CellRange
Dim value As Integer
 
value = instance.Column
public int Column {get;}
See Also

Reference

CellRange Class
CellRange Members