[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITableStyleElements

Interface ITableStyleElements

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

Represents table style elements.

public interface ITableStyleElements

Properties

Count

Returns the number of objects in the collection (read-only).

int Count { get; }

Property Value

int

this[TableStyleElementType]

Returns a single object from a collection.

ITableStyleElement this[TableStyleElementType index] { get; }

Parameters

index TableStyleElementType

A table style element.

Property Value

ITableStyleElement

ITableStyleElement