Namespace: Spire.Xls.Core.Converter.General.Word.Formatting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected virtual int GetSprmOption(
	int propertyKey
)
Protected Overridable Function GetSprmOption ( 
	propertyKey As Integer
) As Integer
protected:
virtual int GetSprmOption(
	int propertyKey
)
abstract GetSprmOption : 
        propertyKey : int -> int 
override GetSprmOption : 
        propertyKey : int -> int 

Parameters

propertyKey
Int32

Return Value

Int32

See Also