Interface IBorderElement
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public interface IBorderElement
  Properties
ColumnIndex
Declaration
int ColumnIndex { get; set; }
  Property Value
| Type | 
|---|
| System.Int32 | 
IsDirty
Declaration
bool IsDirty { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
RowIndex
Declaration
int RowIndex { get; set; }
  Property Value
| Type | 
|---|
| System.Int32 |