Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 41,424 for

worksheet

(6.44 sec)
  1. Axis class | Aspose.Cells for Python via .NET A...

    Axis class Axis class Encapsulates the object that represents an axis of chart. The Axis type exposes the following m......Workbook () # Adding a new worksheet to the Excel object sheetIndex...sheetIndex = workbook . worksheets . add () # Obtaining the reference...

    reference.aspose.com/cells/python-net/aspose.ce...
  2. Manage data of Excel files|Documentation

    This article describes how to view and edit data of Excel files with Aspose.Cells for Python via .NET library....] In Accessing Cells of a Worksheet , we discussed basic approaches...for accessing cells in a worksheet. This article uses one of...

    docs.aspose.com/cells/python-net/view-and-edit-...
  3. IndexOutOfRange thrown from Cells.Subtotal with...

    I’m getting an IndexOutOfBoundsException when calling the Cells.Subtotal method of a Worksheet. The workbook containing the Worksheet is initialized with Settings.MemorySetting = MemorySetting.MemoryPreference. The wor…...method of a worksheet. The workbook containing the worksheet is initialized...workbook is fairly large and the worksheet itself has 338 columns and...

    forum.aspose.com/t/indexoutofrange-thrown-from-...
  4. Display Hide Gridlines in Jython|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Accessing the first worksheet in the Excel file worksheets = workbook.... getWorksheets () worksheet = worksheets . get ( 0 ) # Hiding...

    docs.aspose.com/cells/java/display-hide-gridlin...
  5. 在 Jython 中管理分页符|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xls" ) worksheets = workbook . getWorksheets () worksheet = worksheets...get ( 0 ) h_page_breaks = worksheet . getHorizontalPageBre ()...

    docs.aspose.com/cells/zh/java/managing-page-bre...
  6. How to Lock Cells to Protect Them|Documentation

    This article shows you code explaining how to lock cells to protect them using Aspose.Cells library....while keeping the rest of the worksheet protected. Protecting Formulas:...functionality of the entire worksheet. Enforcing Business Rules:...

    docs.aspose.com/cells/net/how-to-lock-cells-to-...
  7. ChartPoint | Aspose.Cells for .NET API 参考

    表示图表系列中的单个点...//获取第一个工作表的引用 Worksheet worksheet = workbook . Worksheets [ 0 ]; //向“A1”单元格添加样本值...//向“A1”单元格添加样本值 worksheet . Cells [ "A1" ]. PutValue ( 50 ); //向“A2”单元格添加样本值...

    reference.aspose.com/cells/zh/net/aspose.cells....
  8. Class CellWatchCollection | Aspose.Cells for .N...

    Aspose.Cells.CellWatchCollection class. Represents the collection of cells on this Worksheet being watched in the watch window...collection of cells on this worksheet being watched in the ‘watch...first Worksheet. Worksheet sheet = workbook . Worksheets [ 0 ];...

    reference.aspose.com/cells/net/aspose.cells/cel...
  9. BorderWeight | Aspose.Cells for .NET API 参考

    获取或设置图片边框线的权重单位为pt....Workbook (); Worksheet worksheet = workbook . Worksheets [ 0 ]; /...它是“B2”单元格 int imgIndex = worksheet . Pictures . Add ( 1 , 1 ...

    reference.aspose.com/cells/zh/net/aspose.cells....
  10. Worksheet.Index | Aspose.Cells for .NET API Ref...

    Worksheet property. Gets the index of sheet in the Worksheet collection...Worksheet.Index Worksheet.Index property Gets the index of sheet...sheet in the worksheet collection. public int Index { get ; }...

    reference.aspose.com/cells/net/aspose.cells/wor...