Interface IGraphicVolatileData
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public interface IGraphicVolatileData
Methods
Clear()
Clears all cells.
Declaration
void Clear()
Clear(CellSpanInfoBase)
Clears a span of cells.
Declaration
void Clear(CellSpanInfoBase cellSpan)
Parameters
Type | Name | Description |
---|---|---|
CellSpanInfoBase | cellSpan |
Clear(Int32)
Clears one cells.
Declaration
void Clear(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
GetItem(Int32)
Gets the GridStyleInfo for a cell.
Declaration
GraphicStyleInfo GetItem(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type |
---|
GraphicStyleInfo |
SetItem(Int32, GraphicStyleInfo)
Sets the GridStyleInfo for a cell.
Declaration
void SetItem(int index, GraphicStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
GraphicStyleInfo | style |