Class TableStyleElement

TableStyleElement class

Represents the element of the table style.

public class TableStyleElement

Properties

NameDescription
Size { get; set; }Number of rows or columns in a single band of striping. Applies only when type is firstRowStripe, secondRowStripe, firstColumnStripe, or secondColumnStripe.
Type { get; }Gets the element type.

Methods

NameDescription
GetElementStyle()Gets the element style.
SetElementStyle(Style)Sets the element style.

See Also