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
)
Public Function FillPropVariant (
variant As IPropertyData,
iPropertyId As Integer
) As Boolean
public:
bool FillPropVariant(
IPropertyData^ variant,
int iPropertyId
)
member FillPropVariant :
variant : IPropertyData *
iPropertyId : int -> bool
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