Click or drag to resize

StyleCollectionItem(Int32) Property

Gets the style at the specified index.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public Style this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the style to get.

Return Value

Style
The Style at the specified index.
See Also