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