Skip to main content
Row

TableStyleElements.Count Property

OBSOLETE

Use the Enum.GetValues(typeof(TableStyleElementType)).Length property instead.

Gets the number of table style elements.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

[Obsolete("Use the Enum.GetValues(typeof(TableStyleElementType)).Length property instead.", true)]
int Count { get; }

Property Value

Type Description
Int32

An integer value which specifies the number of elements within the collection.

See Also