Click or drag to resize

RowFormat Properties

The RowFormat type exposes the following members.

Properties
Name Description
Public property BackColor Obsolete.
Gets or sets background color.
Public property Bidi Obsolete.
Returns or sets whether table is right to left.
Public property Borders
Gets the borders.
Public property CellSpacing Obsolete.
Returns or sets spacing between cells. The setting value must be between 0 pt and 264.5 pt. The value will not be applied to this property if it is set out of range. This property will be cleared if the set value is less than 0.
Public property Document
Gets the document.
(Inherited from OwnerHolder .)
Public property Height
Gets or sets the height of the row.
Public property HeightType
Gets or sets the height type of the row.
Public property HorizontalAlignment Obsolete.
Gets or sets horizontal alignment for the table.
Public property IsAutoResized Obsolete.
Returns or sets the boolean value indicating if table is auto resized
Public property IsBreakAcrossPages
Gets or sets a value indicating whether the table can break across pages.
Public property IsHeader
Gets or sets a value indicating whether the table has a header. rue if the row is repeated as a table heading on every page when the table spans more than one page.
Public property LayoutType Obsolete.
Gets or set the value of the layoutType. This element specifies the algorithm which shall be usedto layout the comtents of the table within the document.
Public property LeftIndent Obsolete.
Returns or sets table indent.
Public property Paddings Obsolete.
Gets the paddings.
Public property Positioning Obsolete.
Gets the positioning.
Public property WrapTextAround Obsolete.
Gets or sets a value indicating whether to use "Around" text wrapping.
Top
See Also