[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableStyleElement

Interface ITableStyleElement

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents a single table style element.

public interface ITableStyleElement

Properties

Borders

Returns the borders of a table style element (read-only).

IBorders Borders { get; }

Property Value

IBorders

Font

Returns the font of the specified object (read-only).

IFont Font { get; }

Property Value

IFont

Interior

Returns an IInterior object that represents the interior of the specified object (read-only).

IInterior Interior { get; }

Property Value

IInterior

StripeSize

Gets or sets the size of banding (read or write).

int StripeSize { get; set; }

Property Value

int