Interface ICoveredCellsProvider
Namespace: Syncfusion.Windows.Forms.CellGrid
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public interface ICoveredCellsProvider
  Properties
IsEmpty
Gets a value indicating if the collection is empty.
Declaration
bool IsEmpty { get; }
  Property Value
| Type | 
|---|
| System.Boolean | 
Methods
GetCoveredCell(Int32, Int32)
Gets a covered cell from the ICoveredCellsProvider that includes the specified cells row and column index.
Declaration
CoveredCellInfo GetCoveredCell(int rowIndex, int columnIndex)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | rowIndex | Index of the row.  | 
      
| System.Int32 | columnIndex | Index of the column.  | 
      
Returns
| Type | 
|---|
| CoveredCellInfo |