Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / Cell Class
Properties Methods


In This Topic
    Cell Class Members
    In This Topic

    The following tables list the members exposed by Cell.

    Public Properties
     NameDescription
    Public PropertyGets the address of the Cell.  
    Public PropertyGets the Id of the Column associated with the Cell.  
    Public PropertyGets the Cell's DataType.  
    Public PropertyGets or sets the Cell's DataValidation.  
    Public Property

    Gets or sets the Cell's formula.

     
    Public PropertyGets the Id of the Row associated with the Cell.  
    Public PropertyGets the Style used by the Worksheet element. (Inherited from Xceed.Workbooks.NET.StyledWorksheetElement)
    Public PropertyGets or sets the Cell's value.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds ConditionalFormatting to the Cell.  
    Public MethodStarts the calculation process in order to get a value from the Cell's formula.  
    Public MethodRemoves all ConditionalFormattings from the Cell.  
    Public MethodCopies or cuts a Cell & pastes it into another Cell.  
    Public MethodFormats a specific section of the text with a selected Font.  
    Public MethodGets the Cell's ConditionalFormattings.  
    Public MethodGets the result of the DataValidation process.   
    Public MethodRemoves a specific ConditionalFormatting from the Cell.  
    Top
    Protected Methods
     NameDescription
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Protected Internal Method (Inherited from Xceed.Workbooks.NET.StyledWorksheetElement)
    Protected Internal MethodOverridden.   
    Protected Internal MethodOverridden.   
    Top
    See Also