Skip to content

Commit f983f05

Browse files
author
GowthamPonrajSF5414
committed
999741- fix CI
1 parent 36148d8 commit f983f05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Document-Processing/Excel/Excel-Library/NET/faqs/how-to-get-the-maximum-supported-rows-and-columns-in-an-excel-worksheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Get the maximum number of rows and columns supported in an Excel worksheet | Syncfusion
2+
title: Get maximum rows and columns in a worksheet | Syncfusion
33
description: Code example to get the maximum number of rows and columns supported in an Excel worksheet using Syncfusion .NET Excel library (XlsIO).
44
platform: document-processing
55
control: XlsIO
66
documentation: UG
77
---
88

9-
# How to get the maximum number of rows and columns supported in an Excel worksheet?
9+
# How to get the maximum rows and columns in a worksheet using XlsIO?
1010

1111
The [MaxRowCount](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IWorkbook.html#Syncfusion_XlsIO_IWorkbook_MaxRowCount) and [MaxColumnCount](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IWorkbook.html#Syncfusion_XlsIO_IWorkbook_MaxColumnCount) properties of [IWorkbook](https://help.syncfusion.com/cr/document-processing/Syncfusion.XlsIO.IWorkbook.html) return the maximum number of rows and columns supported in an Excel worksheet.
1212

0 commit comments

Comments
 (0)