'Declaration Public Overloads Function FindRow( _
ByVal rowIndexThe row index.As System.Int32 _
) As XlsxDocumentSheetRow
public XlsxDocumentSheetRow FindRow(
System.Int32 rowIndex
)
public: XlsxDocumentSheetRow* FindRow(
System.Int32 rowIndex
)
public:
XlsxDocumentSheetRow^ FindRow(
System.Int32 rowIndex
)
Parameters
- rowIndex
- The row index.
Return Value
A row if row is found; otherwise, null.