GrapeCity.Xaml.CalcEngine
Column Property (CalcExternalCellExpression)


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

Property Value

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

Reference

CalcExternalCellExpression Class
CalcExternalCellExpression Members