TableCell
ItemsElementName Property
|
ItemsElementName.
Namespace:
Spire.Additions.Xps.Schema
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public ItemsChoiceType[] ItemsElementName { get; set; }
Public Property ItemsElementName As ItemsChoiceType()
Get
Set
public:
property array<ItemsChoiceType>^ ItemsElementName {
array<ItemsChoiceType>^ get ();
void set (array<ItemsChoiceType>^ value);
}
member ItemsElementName : ItemsChoiceType[] with get, set
Property Value
Type:
ItemsChoiceType
See Also