Enum GraphicRegion
Determines the regions of GraphicCell. (i.e., Where the GraphicCell is placed (Frozen row area, Frozen column area and scrollable area). Load the duplicate controls based on the GraphicRegion.
Namespace: Syncfusion.Windows.Forms.Spreadsheet.GraphicCells
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
[Flags]
public enum GraphicRegion
Fields
Name | Description |
---|---|
Frozen | Set if GraphicCell is placed in non scrollable area. |
FrozenColumn | Set if GraphicCell is placed in Frozen columns area. |
FrozenRow | Set if GraphicCell is placed in Frozen rows area. |
Normal | Set if GraphicCell is placed in normal scrollable area. |