Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcEvaluatorContext Class / RowCount Property


In This Topic
    RowCount Property (CalcEvaluatorContext)
    In This Topic
    Gets the row count.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowCount As Integer
    'Usage
     
    Dim instance As CalcEvaluatorContext
    Dim value As Integer
     
    value = instance.RowCount
    public int RowCount {get;}
    See Also