Spread WPF 17
GrapeCity.Excel Namespace / RecordCategory Enumeration


In This Topic
    RecordCategory Enumeration
    In This Topic
    Specifies the unsupport record category
    Syntax
    'Declaration
     
    Public Enum RecordCategory 
       Inherits System.Enum
    'Usage
     
    Dim instance As RecordCategory
    public enum RecordCategory : System.Enum 
    Members
    MemberDescription
    AlternateContentSpecifies that the unsupport object related to alternateContent.
    DrawingSpecifies that the unsupport object related to chart, shape or picture.
    DrawingFileRelationFileSpecifies that the unsupport files related to drawing file.
    DrawingFileRelationShipSpecifies that the unsupport relationships of drawing file.
    DrawingGroupSpecifies that the unsupport object related to drawing group.
    FontXspecifices the font for a given text element
    FormulaSpecifies that the unsupport object related to formula.
    LegacyDrawingSpecifies that the unsupport object related to legacyDrawing.
    OleObjectsSpecifies that the unsupport object related to ole object
    SheetFileRelationFileSpecifies that the unsupport files related to sheet file.
    SheetFileRelationShipSpecifies that the unsupport relationships of sheet file.
    TextRunSpecifies that the unsupport object related to text run.
    VBASpecifies that the unsupport file for VBA.
    VmlMediaFileSpecifies that the unsupport object related to vml media file.
    VmlMediaFileRelationShipSpecifies that the unsupport object related to vml media relation file.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.RecordCategory

    See Also