ForSplitSheetIntoPages
अंतर्वस्तु
[
छिपाना
]
ForSplitSheetIntoPages(int)
का नया उदाहरण शुरू करता हैSpreadsheetOptions
पेजों में शीट रेंडर करने के लिए.
public static SpreadsheetOptions ForSplitSheetIntoPages(int countRowsPerPage)
पैरामीटर | प्रकार | विवरण |
---|---|---|
countRowsPerPage | Int32 | पंक्तियों को प्रत्येक पृष्ठ में शामिल करने के लिए गिना जाता है। |
प्रतिलाभ की मात्रा
का नया उदाहरणSpreadsheetOptions
शीट को पृष्ठों में रेंडर करने के लिए।
अपवाद
अपवाद | स्थिति |
---|---|
ArgumentException | कब फेंकाcountRowsPerPage बराबर या शून्य से कम है। |
यह सभी देखें
- class SpreadsheetOptions
- नाम स्थान GroupDocs.Viewer.Options
- सभा GroupDocs.Viewer
ForSplitSheetIntoPages(int, int)
का नया उदाहरण शुरू करता हैSpreadsheetOptions
पेजों में शीट रेंडर करने के लिए.
public static SpreadsheetOptions ForSplitSheetIntoPages(int countRowsPerPage,
int countColumnsPerPage)
पैरामीटर | प्रकार | विवरण |
---|---|---|
countRowsPerPage | Int32 | पंक्तियों को प्रत्येक पृष्ठ में शामिल करने के लिए गिना जाता है। |
countColumnsPerPage | Int32 | कॉलम प्रत्येक पृष्ठ में शामिल करने के लिए गिना जाता है। |
प्रतिलाभ की मात्रा
का नया उदाहरणSpreadsheetOptions
शीट को पृष्ठों में रेंडर करने के लिए।
अपवाद
अपवाद | स्थिति |
---|---|
ArgumentException | कब फेंकाcountRowsPerPage बराबर या शून्य से कम है। |
ArgumentException | कब फेंकाcountColumnsPerPage बराबर या शून्य से कम है। |
यह सभी देखें
- class SpreadsheetOptions
- नाम स्थान GroupDocs.Viewer.Options
- सभा GroupDocs.Viewer