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
)
Public Function FindByIdentifier (
sIdentifier As Integer
) As IStyle
public:
IStyle^ FindByIdentifier(
int sIdentifier
)
member FindByIdentifier :
sIdentifier : int -> IStyle
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