'Declaration Public Function GetRow( _
ByVal rowIndexИндекс строки.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
- Индекс строки.
Return Value
Строка с указанным индексом строки.