Click or drag to resize

StyleCollection FindByIdentifier Method

Finds Style by identifier

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public IStyle FindByIdentifier(
	int sIdentifier
)

Parameters

sIdentifier
Type: System Int32
The style identifier. The parameter value is the BuiltinStyle enumeration value or the DefaultTableStyle enumeration value.

Return Value

Type: IStyle
See Also