Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ITableRange Interface
Properties Methods Events

In This Topic
    ITableRange Interface Members
    In This Topic

    The following tables list the members exposed by ITableRange.

    Public Properties
     NameDescription
     PropertyGets a collection of ITableColumn objects.  
     PropertyGets or sets the table comment.  
     PropertyGets the data range of the ITableRange.  
     PropertyGets the IRange table source.  
     PropertyGets the first column index.  
     PropertyGets the first row index.  
     PropertyGets the row index of the header row.  
     PropertyGets or sets whether the header is visible.  
     PropertyGet the last column index.  
     PropertyGets the last row index.  
     PropertyGets or sets the ITableRange name.  
     PropertyGets the total row index.  
     PropertyGets or sets whether the total row is visible.  
    Top
    Public Methods
     NameDescription
     MethodLoads the data from XML. (Inherited from FarPoint.Win.ISerializeData)
     MethodGets the column index by name.  
     MethodGets the name of the column  
     MethodGets data fomula from a special column.  
     Method (Inherited from System.Runtime.Serialization.ISerializable)
     MethodGets a unique name for a table column.  
     MethodInternal use only  
     MethodInternal use only  
     MethodInternal use only  
     MethodInternal use only  
     MethodSaves the data to XML. (Inherited from FarPoint.Win.ISerializeData)
     MethodSets data formula to a special column.  
     MethodSynchronizes table data in a specific range.  
    Top
    Public Events
     NameDescription
     EventOccurs when the table name is changed.  
     EventOccurs when the table name is about to change.  
     EventOccurs when the table range is changed.  
     EventOccurs when the table range is about to change.  
    Top
    See Also