[System.Flags()] public enum CornerPosition : System.Enum
[System.Flags()] public enum CornerPosition : System.Enum
Member | Description |
---|---|
LeftBottom | Indicates that the folded corner is in the lower left corner. |
LeftTop | Indicates that the folded corner is in the upper left corner. |
None | Indicates no folded corner. |
RightBottom | Indicates that the folded corner is in the lower right corner. |
RightTop | Indicates that the folded corner is in the upper right corner. |
System.Object
System.ValueType
System.Enum
GrapeCity.Documents.Excel.CornerPosition