Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public static int CorrectIndex(
	BuiltInPropertyType propertyId,
	out bool bSummary
)
Public Shared Function CorrectIndex ( 
	propertyId As BuiltInPropertyType,
	<OutAttribute> ByRef bSummary As Boolean
) As Integer
public:
static int CorrectIndex(
	BuiltInPropertyType propertyId, 
	[OutAttribute] bool% bSummary
)
static member CorrectIndex : 
        propertyId : BuiltInPropertyType * 
        bSummary : bool byref -> int 

Parameters

propertyId
BuiltInPropertyType
bSummary
Boolean%

Return Value

Int32

See Also