GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / QueryShapeType Enumeration


QueryShapeType Enumeration
Determining specified object will be queried.
Syntax
'Declaration
 
Public Enum QueryShapeType 
   Inherits System.Enum
 
'Usage
 
Dim instance As QueryShapeType
Members
MemberDescription
AllQueries all DrawingObject
CommentQueries all CellNote
NoneQueries nothing.
OtherQueries other drawing objects type.
ShapeQueries all Shape
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Drawing.QueryShapeType

See Also