Spread WPF 17
GrapeCity.Excel Namespace / GcRect Structure
Properties Methods

In This Topic
    GcRect Structure Members
    In This Topic

    The following tables list the members exposed by GcRect.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the y-axis value of the bottom of the rectangle.  
    Public Propertystatic (Shared in Visual Basic)Represents a GrapeCity.Excel.GcRect structure with its properties left uninitialized.  
    Public PropertyA positive number that represents the height of the rectangle. The default is 0.  
    Public PropertyGets a value that indicates whether the rectangle is the GrapeCity.Excel.Rect is the GrapeCity.Excel.GcRect.Empty rectangle.  
    Public PropertyGets the x-axis value of the left side of the rectangle.  
    Public PropertyGets or sets the position of the top-left corner of the rectangle.  
    Public PropertyGets the x-axis value of the right side of the rectangle.  
    Public PropertyA GrapeCity.Excel.GcSize structure that specifies the width and height of the rectangle.  
    Public PropertyGets the y-axis position of the top of the rectangle.  
    Public PropertyA positive number that represents the width of the rectangle. The default is 0.  
    Public PropertyGets or sets the x-axis value of the left side of the rectangle.  
    Public PropertyGets or sets the y-axis value of the top side of the rectangle.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Indicates whether the specified rectangles are equal.  
    Public MethodCreates a hash code for the rectangle.  
    Top
    Public Operators
    Compares two rectangles for exact equality.
    Compares two rectangles for exact inequality.
    Top
    See Also