Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / RowAutoFitExtent Class / Row Property


In This Topic
    Row Property (RowAutoFitExtent)
    In This Topic
    Gets the index of the automatically resized row.
    Syntax
    'Declaration
     
    Public ReadOnly Property Row As Integer
    'Usage
     
    Dim instance As RowAutoFitExtent
    Dim value As Integer
     
    value = instance.Row
    public int Row {get;}
    See Also