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