GrapeCity.Excel Namespace : GcRect Structure |
For a list of all members of this type, see GcRect members.
Name | Description | |
---|---|---|
Bottom | Gets the y-axis value of the bottom of the rectangle. | |
Empty | Represents a GrapeCity.Excel.GcRect structure with its properties left uninitialized. | |
Height | A positive number that represents the height of the rectangle. The default is 0. | |
IsEmpty | Gets a value that indicates whether the rectangle is the GrapeCity.Excel.Rect is the GrapeCity.Excel.GcRect.Empty rectangle. | |
Left | Gets the x-axis value of the left side of the rectangle. | |
Location | Gets or sets the position of the top-left corner of the rectangle. | |
Right | Gets the x-axis value of the right side of the rectangle. | |
Size | A GrapeCity.Excel.GcSize structure that specifies the width and height of the rectangle. | |
Top | Gets the y-axis position of the top of the rectangle. | |
Width | A positive number that represents the width of the rectangle. The default is 0. | |
X | Gets or sets the x-axis value of the left side of the rectangle. | |
Y | Gets or sets the y-axis value of the top side of the rectangle. |