'Declaration Public Sub SetRowsAutoHeight( _
ByVal rowIndexThe row index.As System.Int32, _
ByVal rowCountThe row count.As System.Int32, _
ByVal autoHeightA value indicating whether the row height must be calculated automatically.As Boolean _
)
public void SetRowsAutoHeight(
System.Int32 rowIndex,
System.Int32 rowCount,
bool autoHeight
)
public: void SetRowsAutoHeight(
System.Int32 rowIndex,
System.Int32 rowCount,
bool autoHeight
)
public:
void SetRowsAutoHeight(
System.Int32 rowIndex,
System.Int32 rowCount,
bool autoHeight
)
Parameters
- rowIndex
- The row index.
- rowCount
- The row count.
- autoHeight
- A value indicating whether the row height must be calculated automatically.