PdfGridHeaderCollection
Item Property
|
Gets theat the specified index.
Namespace:
Spire.Pdf.Grid
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfGridRow this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfGridRow
Get
public:
property PdfGridRow^ default[int index] {
PdfGridRow^ get (int index);
}
member Item : PdfGridRow with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
PdfGridRow
See Also