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


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