DocumentProperty
CorrectIndex Method
|
Converts propertyId into correct index.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
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
-
Type:
Spire.Xls
BuiltInPropertyType
PropertyId to convert.
-
bSummary
-
Type:
System
Boolean
[out] Indicates whether this is documnet summary property of simply document property.
Return Value
Type:
Int32
Correct property index.
See Also