Spread Silverlight Documentation
RecordCategory Enumeration


GrapeCity.Excel Namespace : RecordCategory Enumeration
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
AlternateContent Specifies that the unsupport object related to alternateContent.
Drawing Specifies that the unsupport object related to chart, shape or picture.
DrawingFileRelationFile Specifies that the unsupport files related to drawing file.
DrawingFileRelationShip Specifies that the unsupport relationships of drawing file.
DrawingGroup Specifies that the unsupport object related to drawing group.
FontX specifices the font for a given text element
Formula Specifies that the unsupport object related to formula.
LegacyDrawing Specifies that the unsupport object related to legacyDrawing.
OleObjects Specifies that the unsupport object related to ole object
SheetFileRelationFile Specifies that the unsupport files related to sheet file.
SheetFileRelationShip Specifies that the unsupport relationships of sheet file.
TextRun Specifies that the unsupport object related to text run.
VBA Specifies that the unsupport file for VBA.
VmlMediaFile Specifies that the unsupport object related to vml media file.
VmlMediaFileRelationShip Specifies that the unsupport object related to vml media relation file.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Excel Namespace