'Declaration Public Function GetRow( _
ByVal rowIndexThe row index.As System.Int32 _
) As XlsxDocumentSheetRow
public XlsxDocumentSheetRow GetRow(
System.Int32 rowIndex
)
public: XlsxDocumentSheetRow* GetRow(
System.Int32 rowIndex
)
public:
XlsxDocumentSheetRow^ GetRow(
System.Int32 rowIndex
)
Parameters
- rowIndex
- The row index.
Return Value
A row with specifed row index.