Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / TableItemNameChangingEventArgs Class / Table Property


In This Topic
    Table Property (TableItemNameChangingEventArgs)
    In This Topic
    Gets the ITableRange object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Table As ITableRange
    'Usage
     
    
    Dim instance As TableItemNameChangingEventArgs
    Dim value As ITableRange
     
    value = instance.Table
    public ITableRange Table {get;}
    See Also