[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICornerFold

Interface ICornerFold

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

Indicates the corner fold of cell decoration.

public interface ICornerFold

Properties

Color

Gets the color of the corner fold.

Color Color { get; }

Property Value

Color

Position

Gets the position of the corner fold.

CornerPosition Position { get; }

Property Value

CornerPosition

Size

Gets the size of the corner fold in pixels.

int Size { get; }

Property Value

int