Kendo.Mvc.UI.Fluent.SpreadsheetSheetRowBuilder
Defines the fluent API for configuring SpreadsheetSheetRow
Methods
Cells(System.Action<Kendo.Mvc.UI.Fluent.SpreadsheetSheetRowCellFactory>)
The cells for this row.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.SpreadsheetSheetRowCellFactory>
The configurator for the cells setting.
Height(System.Double)
The row height in pixels. Defaults to rowHeight.
Parameters
value System.Double
The value for Height
Index(System.Int32)
The absolute row index. Required to ensure correct positioning.
Parameters
value System.Int32
The value for Index
Type(System.String)
The table row element role in the context of the Grid table structure.
Parameters
value System.String
The value for Type