Version

TableRowProperties Class Members

The following tables list the members exposed by TableRowProperties.

Public Properties
 NameDescription
Public PropertyAllowPageBreakReturns or sets a boolean value indicating whether the associated row can span across multiple pages.  
Public PropertyCellsAfterReturns or sets a value which determines the number of logical grid units that are left after the last cell in this row is displayed.  
Public PropertyCellsBeforeReturns or sets a value which determines the number of logical grid units that are skipped before the first cell in this row is displayed.  
Public PropertyCellSpacingReturns or sets a value which determines the amount of spacing applied between adjacent cells and the table borders.  
Public PropertyHeightReturns or sets the height of the associated row.  
Public PropertyHeightRuleReturns or sets the rule applied when calculating the Height of the associated row.  
Public PropertyIsHeaderRowReturns or sets a boolean value indicating whether the associated row is repeated at the top of each page on which it appears.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)CreateReturns a new instance which is associated with the specified WordDocumentWriter.  
Public MethodResetOverridden. Restores all property values for this instance to their respective defaults.  
See Also

View on GitHub