Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ITableColumn Interface

In This Topic
    ITableColumn Interface Methods
    In This Topic

    For a list of all members of this type, see ITableColumn members.

    Public Methods
     NameDescription
     MethodDeletes the column of data in the table.  
     MethodReturns the IRange object that is the size of the data portion of acolumn.  
     MethodReturns the name of data field of current table column.  
     MethodReturns the index number of the ITableColumn object within the ITableColumns collection.  
     MethodGets the name of the table column. This is also used as the display name of the table column. This name must be unique within the table.  
     MethodReturns the IRange object that represents the range to which thespecified list object in the above list applies.  
     MethodReturns the Total row for the ITableColumn object.  
     MethodDetermines the type of calculation in the Totals row of the table column based on the value of the TotalsCalculation enumeration.  
     MethodSets the name of data field of current table column.  
     MethodSets the name of the table column. This is also used as the display name of the table column. This name must be unique within the table.  
     MethodDetermines the type of calculation in the Totals row of the table column based on the value of the TotalsCalculation enumeration.  
    Top
    See Also