Click or drag to resize

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
)

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