Spread WPF 18
GrapeCity.Spreadsheet.Drawing Namespace / QueryShapeType Enumeration


In This Topic
    QueryShapeType Enumeration
    In This Topic
    Determining specified object will be queried.
    Syntax
    'Declaration
     
    <FlagsAttribute()>
    Public Enum QueryShapeType 
       Inherits System.Enum
    'Usage
     
    Dim instance As QueryShapeType
    [Flags()]
    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