RVTDocs.com

TableSectionData.SetRowHeightInPixels

Method
Description:
This sets a row's height in logical pixels
Syntax
public void SetRowHeightInPixels(
	int nRow,
	int height
)
Parameters
Parameter Type Description
nRow Int32
height Int32
Return Value
Exceptions
Exception Condition
ArgumentException The given row number nRow is invalid. -or- The row height is outside of acceptable range.
InvalidOperationException This operation is forbidden for cells in standard schedule body sections.