Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CellRenderOptions Enumeration


In This Topic
    CellRenderOptions Enumeration
    In This Topic
    Represents options for rendering a cell.
    Syntax
    'Declaration
     
    
    Public Enum CellRenderOptions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CellRenderOptions
    public enum CellRenderOptions : System.Enum 
    Members
    MemberDescription
    DefaultUse default settings.
    ExcludePostPaintCfExclude Data Bar and Icon Set conditional formatting.
    ExcludeTableExclude table.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.CellRenderOptions

    See Also