Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISpreadsheet Interface
Properties Methods

In This Topic
    ISpreadsheet Interface Members
    In This Topic

    The following tables list the members exposed by ISpreadsheet.

    Public Properties
     NameDescription
     PropertyGets the column count of the header.  
     PropertyGets the row count of the header.  
    Top
    Public Methods
     NameDescription
     MethodRemoves all the data from the specified range of cells.  
     MethodCopies the data from a range of cells to a specified range of cells.  
     MethodGets the formula text from the specified cell on this spreadsheet.  
     MethodGets the direct of a cell  
     MethodGets raw data from the specified cell on this spreadsheet.  
     MethodInserts column(s) at the specified position.  
     MethodInserts row(s) at the specified position.  
     MethodMoves the data from a range of cells to the specified location.  
     MethodRemoves one or more columns starting with the column at the specified position.  
     MethodRemoves one or more rows starting with the row at the specified position.  
     MethodSets the formula text for the cell of the specified cell range.  
     MethodSets the for a range  
     MethodOverloaded. Sets the System.Object value for the cell of the specified row and column.  
     MethodSwaps the specified ranges of cells.  
    Top
    See Also