[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CornerPosition

CornerPosition Enum

Describe the position of the corner fold in a cell.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
[Flags]
public enum CornerPosition
<Flags>
Public Enum CornerPosition

Fields

Name 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.