Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / QueryShapeType Enumeration


In This Topic
    QueryShapeType Enumeration
    In This Topic
    Determining specified object will be queried.
    Syntax
    'Declaration
     
    
    Public Enum QueryShapeType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As QueryShapeType
    public enum QueryShapeType : System.Enum 
    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