CreateBoundRow Method (C1FlexSheet)
In This Topic
Create a row bound to the data item.
Syntax
'Declaration
Protected Overrides Function CreateBoundRow( _
ByVal As Object _
) As Row
protected override Row CreateBoundRow(
object
)
Parameters
- dataItem
- The data item.
See Also