Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface / TableRangeChanged Event


In This Topic
    TableRangeChanged Event (ITableRange)
    In This Topic
    Occurs when the table range is changed.
    Syntax
    'Declaration
     
    
    Event TableRangeChanged As TableRangeChangedEventHandler
    'Usage
     
    
    Dim instance As ITableRange
    Dim handler As TableRangeChangedEventHandler
     
    AddHandler instance.TableRangeChanged, handler
    event TableRangeChangedEventHandler TableRangeChanged
    Event Data

    The event handler receives an argument of type TableRangeChangedEventArgs containing data related to this event. The following TableRangeChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the column.  
    Gets the column count.  
    Gets the row.  
    Gets the row count.  
    Gets the table changed type.  
    See Also