[]
        
(Showing Draft Content)

FarPoint.Win.Spread.TableStyleCollection

TableStyleCollection Class

Represents a table style manager.

Inheritance
TableStyleCollection
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class TableStyleCollection : IEnumerable, ISerializeSupport, ISerializable
Public Class TableStyleCollection
    Implements IEnumerable, ISerializeSupport, ISerializable

Constructors

Name Description
TableStyleCollection(SerializationInfo, StreamingContext)

Creates a new TableStyleCollection from the SerializationInfo object.

Properties

Name Description
BuiltInTableStyleName

Gets list of names of built-in table style.

Count

Gets number of table style in collection.

DefaultStyle

Gets or sets default style.

this[int]

Gets a TableStyle object.

this[string]

Gets a table style by name.

Methods

Name Description
Add(TableStyle)

Adds a table style.

Clear()

Clear style collection.

DeserializeEntry(SerializationEntry)

Deserialize for each binary entry

GetEnumerator()

Get table style enumerator.

Remove(string)

Remove a table style.

Events

Name Description
CollectionChanged

Occurs when there was a changed in the style collection.