Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableViewClipboardInfo Class / BaseRow Property


In This Topic
    BaseRow Property
    In This Topic
    Gets base row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BaseRow As Integer
    'Usage
     
    
    Dim instance As TableViewClipboardInfo
    Dim value As Integer
     
    value = instance.BaseRow
    public int BaseRow {get;}
    See Also