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