Class CellBorders
Contains BorderElement list for particular row index or column index
Inheritance
System.Object
CellBorders
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class CellBorders : IDisposable
Constructors
CellBorders(Int32)
Declaration
public CellBorders(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Methods
Dispose()
Call the Dispose and SuppressFinalize method for dipose the instance of CellBorders class.
Declaration
public void Dispose()
Dispose(Boolean)
Dispose the live resources used by the CellBorders class.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | Dispose the instance, if it is True |
Implements
System.IDisposable