Spread Silverlight Documentation
Column Property (CalcCellExpression)


GrapeCity.CalcEngine.Expressions Namespace > CalcCellExpression Class : Column Property
Gets the column index of current cell.
Syntax
'Declaration
 
Public ReadOnly Property Column As System.Integer
'Usage
 
Dim instance As CalcCellExpression
Dim value As System.Integer
 
value = instance.Column
public System.int Column {get;}

Property Value

A System.Int32 value that represents the column index of current cell.
See Also

Reference

CalcCellExpression Class
CalcCellExpression Members