[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CornerPosition

Enum CornerPosition

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Describe the position of the corner fold in a cell.

[Flags]
public enum CornerPosition

Fields

LeftBottom = 4

Indicates that the folded corner is in the lower left corner.

LeftTop = 1

Indicates that the folded corner is in the upper left corner.

None = 0

Indicates no folded corner.

RightBottom = 8

Indicates that the folded corner is in the lower right corner.

RightTop = 2

Indicates that the folded corner is in the upper right corner.