TableStyleCollection.AddTableStyle

TableStyleCollection.AddTableStyle method

Adds a custom table style.

public int AddTableStyle(string name)
ParameterTypeDescription
nameStringThe table style name.

Return Value

The index of the table style.

See Also