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


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