Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExternalVariable Class / Row Property


In This Topic
    Row Property (ExternalVariable)
    In This Topic
    Gets the context row for evaluating.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property Row As Integer
    'Usage
     
    
    Dim instance As ExternalVariable
    Dim value As Integer
     
    value = instance.Row
    protected virtual int Row {get;}
    See Also