GraphicRegion Class
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.
Inheritance
System.Object
GraphicRegion
Namespace: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public sealed class GraphicRegion : Enum
Fields
Frozen
Set if GraphicCell is placed in non scrollable area.
Declaration
public const GraphicRegion Frozen
Field Value
| Type |
|---|
| GraphicRegion |
FrozenColumn
Set if GraphicCell is placed in Frozen columns area.
Declaration
public const GraphicRegion FrozenColumn
Field Value
| Type |
|---|
| GraphicRegion |
FrozenRow
Set if GraphicCell is placed in Frozen rows area.
Declaration
public const GraphicRegion FrozenRow
Field Value
| Type |
|---|
| GraphicRegion |
Normal
Set if GraphicCell is placed in normal scrollable area.
Declaration
public const GraphicRegion Normal
Field Value
| Type |
|---|
| GraphicRegion |