System::Data::DataRowCollection::idx_get method
DataRowCollection::idx_get method
RTTI information.
System::SharedPtr<DataRow> System::Data::DataRowCollection::idx_get(const int32_t index)
Parameter | Type | Description |
---|---|---|
index | const int32_t | Row index in collection. |
ReturnValue
Requested data row object.
Remarks
Gets row by index.
See Also
- Typedef SharedPtr
- Class DataRow
- Class DataRowCollection
- Namespace System::Data
- Library Aspose.PUB for C++