Click or drag to resize

XlsDocumentProperty FillPropVariant Method

Copies document property data into PropVariant.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool FillPropVariant(
	IPropertyData variant,
	int iPropertyId
)

Parameters

variant
Type: Spire.Xls IPropertyData
Destination object.
iPropertyId
Type: System Int32
PropertyId for custom properties.

Return Value

Type: Boolean
True if was able to Fill variant; false otherwise.
See Also