Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 35,630 for

index

(0.27 sec)
  1. 在C++中如何使用颜色调色板|Documentation

    用C++代码向调色板添加自定义颜色,并使用带有Aspose.Cells for C++ API的Excel颜色调色板。... Index,自定义颜色在调色板中的索引,将替换指定的颜色。应该在 0-55...Orchid color to the palette at index 55 workbook . ChangePalette...

    docs.aspose.com/cells/zh/cpp/excel-color-palette/
  2. PPT to PDF Conversion with an Empty Comment in ...

    Hi Team, While converting PPT into PDF we are using Presentation class Object to load ppt file in Java code. import com.aspose.slides.Presentation; Presentation presentation = new Presentation("sample1.pptx"); We hav…...Parameter name: Parameter name: index at com.aspose.slides.irz.xl(Unknown...Parameter name: Parameter name: index at com.aspose.slides.Collections...

    forum.aspose.com/t/ppt-to-pdf-conversion-with-a...
  3. Get the titles of all the slides|Aspose.Slides ...

    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....sldText , string docName , int index ) { using ( PresentationDocument...string relId = ( slideIds [ index ] as SlideId ). RelationshipId...

    docs.aspose.com/slides/net/get-the-titles-of-al...
  4. SubDocument.Accept | Aspose.Words for .NET

    Discover the SubDocument Accept method to enhance visitor engagement and streamline interactions on your platform. Boost your user experience today!...Section section ) { // Get the index of our section within the document...( "[Section start] Section index: " + sectionIndex ); mDocTraversalDepth...

    reference.aspose.com/words/net/aspose.words/sub...
  5. 使用Apache POI和Aspose.Cells创建数据透视表|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....PivotTable to the worksheet int index = pivotTables . add ( "=A1:C8"...pivotTable = pivotTables . get ( index ); // Unshowing grand totals...

    docs.aspose.com/cells/zh/java/create-pivot-tabl...
  6. Remove CSV Annotation Online or Manage Annotati...

    delete comments from CSV file through online app for free. Java API code to manage comments of CSV files....getThreadedComments(Index).get(Index) Use setNotes method to...sepecific Worksheet Add comment index via getComments().add Use the...

    products.aspose.com/total/java/annotate/csv/
  7. Remove XLSM Annotation Online or Manage Annotat...

    delete comments from XLSM file through online app for free. Java API code to manage comments of XLSM files....getThreadedComments(Index).get(Index) Use setNotes method to...sepecific Worksheet Add comment index via getComments().add Use the...

    products.aspose.com/total/java/annotate/xlsm/
  8. Remove XLTM Annotation Online or Manage Annotat...

    delete comments from XLTM file through online app for free. Java API code to manage comments of XLTM files....getThreadedComments(Index).get(Index) Use setNotes method to...sepecific Worksheet Add comment index via getComments().add Use the...

    products.aspose.com/total/java/annotate/xltm/
  9. Data validation example fails - Free Support Fo...

    The data validation example at Data Validation|Documentation has the following line: Validation validation = validations[validations.Add(ca)]; However, this doesn’t compile, as there is no ValidationCollection.Add that…...adding to the collection int index = validations.Add(ca); Validation...Validation validation = validations[index]; // Set the validation type...

    forum.aspose.com/t/data-validation-example-fail...
  10. Reading and Writing Query Table of Worksheet|Do...

    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....object of type QueryTable by index. It has the following two properties:...

    docs.aspose.com/cells/python-net/reading-and-wr...