Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / GcSpreadSheet Class / EditingRow Property


In This Topic
    EditingRow Property
    In This Topic
    Get or set the index value of EditingRow.
    Syntax
    'Declaration
     
    Public ReadOnly Property EditingRow As Integer
    'Usage
     
    Dim instance As GcSpreadSheet
    Dim value As Integer
     
    value = instance.EditingRow
    public int EditingRow {get;}
    See Also