Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IExpressionConsumer Interface / GetBaseColumn Method


In This Topic
    GetBaseColumn Method
    In This Topic
    Gets the base column of the relative formula.
    Syntax
    'Declaration
     
    Function GetBaseColumn() As Integer
    'Usage
     
    Dim instance As IExpressionConsumer
    Dim value As Integer
     
    value = instance.GetBaseColumn()
    int GetBaseColumn()
    See Also