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