Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Description

Sets a boolean that represents if the row height is "exact" (true) or "at least" (false).

C#
vb.net

Parameters

row
An int representing the row index to set RowHeightExact for.
exact
A boolean that represents if the specified row's height should be "exact" (true) or "at least" (false).

Remarks

MS Word equivalent: Table menu > Table properties... > Row tab > Size section > Row #: > Row height is:

Note: To set this property, you must first set the RowHeight property.

Examples

C#
vb.net
  • No labels