IRowsCollectionInsert Method |
Namespace: Kettic.AspNet.Controls.GridExcelBuilderAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxvoid Insert(
int index,
RowElement value
)
Sub Insert (
index As Integer,
value As RowElement
)
void Insert(
int index,
RowElement^ value
)
abstract Insert :
index : int *
value : RowElement -> unit
Parameters
- index
- Type: SystemInt32
- value
- Type: Kettic.AspNet.Controls.GridExcelBuilderRowElement
See Also