[]
Represents a single table style element.
public interface ITableStyleElement
Returns the borders of a table style element (read-only).
IBorders Borders { get; }
Returns the font of the specified object (read-only).
IFont Font { get; }
Returns an IInterior object that represents the interior of the specified object (read-only).
IInterior Interior { get; }
Gets or sets the size of banding (read or write).
int StripeSize { get; set; }