Obsolete. Sets the row height for the specified row index in the table.
Note: This method is deprecated and may be removed in a future release.
Public virtual Function SetRowHeight( row As Integer, height As double ) As void
public virtual void SetRowHeight( int row, double height );
Parameters |
Description |
int row |
Input zero-based row index |
double height |
Input height to be used for the specified row |
Use Table.Rows[col].Height instead.
Comments? |