Spread WPF 17
GrapeCity.Excel Namespace / ExcelCell Class
Properties Methods

In This Topic
    ExcelCell Class Members
    In This Topic

    The following tables list the members exposed by ExcelCell.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ExcelCell class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the cell formula.  
    Public PropertyGets or sets the type of the cell.  
    Public PropertyGets the zero-based index of the start column of the range.  
    Public PropertyGets the column span of the range.  
    Public PropertyGet or set the ExtendedFormat associate with cell.  
    Public PropertyGets the format id of the IExcelCell.  
    Public PropertyGets or sets the A1 reference style formula.  
    Public PropertyGets or sets the A1 reference style array formula.  
    Public PropertyGets or sets the R1C1 reference style array formula.  
    Public PropertyGets or sets the R1C1 reference style formula.  
    Public PropertyGets or sets the hyperlink.  
    Public PropertyGets or sets a value indicating whether the formula is array formula.  
    Public PropertyGets or sets the note.  
    Public PropertyGets or sets the note style.  
    Public PropertyGets the zero-based index of the start row of the range.  
    Public PropertyGets the row span of the range.  
    Public PropertyGets or sets the value.  
    Top
    Public Methods
     NameDescription
    Public MethodSet the format id of the cell. The cell will use the id to locate the IExtendedFormat from its parent IExcelWorksheet instance  
    Top
    See Also