Class GraphicCell
Represents a class that is used to maintain/reuse the GraphicCellControl.
Inheritance
System.Object
    GraphicCell
  Implements
System.IDisposable
  Namespace: Syncfusion.UI.Xaml.Spreadsheet.GraphicCells
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class GraphicCell : Object, IDisposable
  Constructors
GraphicCell(GraphicModel)
Initializes a new instance of GraphicCell class with the specified GraphicModel.
Declaration
public GraphicCell(GraphicModel model)
  Parameters
| Type | Name | Description | 
|---|---|---|
| GraphicModel | model | An instance of GraphicModel  | 
      
Methods
Dispose()
Dispose all the resources used by the GraphicCell class
Declaration
public void Dispose()
  Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Boolean | disposing | 
Implements
      System.IDisposable