Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / RowsFunction Field


In This Topic
    RowsFunction Field
    In This Topic
    Specifies an instance of the ROWS function.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly RowsFunction As FunctionInfo
    'Usage
     
    
    Dim value As FunctionInfo
     
    value = FunctionInfo.RowsFunction
    public static readonly FunctionInfo RowsFunction
    Remarks
    For more information on this function, refer to the ROWS function in the Spread for .NET Formula Reference.
    See Also