Spread WPF 17
GrapeCity.Excel Namespace / IExcelCell Interface
Properties Methods

In This Topic
    IExcelCell Interface Members
    In This Topic

    The following tables list the members exposed by IExcelCell.

    Public Properties
     NameDescription
     PropertyGets or sets the cell formula.  
     PropertyGets or sets the type of the cell.  
     PropertyGets the zero-based index of the start column of the range. (Inherited from GrapeCity.Excel.IRange)
     PropertyGets the column span of the range. (Inherited from GrapeCity.Excel.IRange)
     PropertyGets or sets the format.  
     PropertyGets the format id of the IExcelCell.  
     PropertyGets or sets the A1 reference style formula.  
     PropertyGets or sets the A1 reference style array formula.  
     PropertyGets or sets the R1C1 reference style array formula.  
     PropertyGets or sets the R1C1 reference style formula.  
     PropertyGets or sets the hyperlink.  
     PropertyGets or sets a value indicating whether the formula is array formula.  
     PropertyGets or sets the note.  
     PropertyGets or sets the note style.  
     PropertyGets the zero-based index of the start row of the range. (Inherited from GrapeCity.Excel.IRange)
     PropertyGets the row span of the range. (Inherited from GrapeCity.Excel.IRange)
     PropertyGets or sets the value.  
    Top
    Public Methods
     NameDescription
     MethodSets the format id which used to locate the correspond IExtendedFormat from its parent IExcelWorksheet instance.  
    Top
    See Also