NamedRange::UseStandardHeight Property

 

Gets or sets a value that indicates whether the row height of the NamedRange control equals the standard height of the sheet.

Namespace:   Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

property Object^ UseStandardHeight {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

true if the row height of the NamedRange control equals the standard height of the sheet; null if the NamedRange control contains more than one row and the rows are not all the same height.

Return to top
Show: