Sort Score
Result 10 results
Languages All
Labels All
Results 5,221 - 5,230 of 37,102 for

index

(1.79 sec)
  1. List of Supported Number Formats with C++|Docum...

    Aspose.Cells is a C++ library for processing spreadsheet files, which supports a range of number formats. This article provides a list of supported number formats so that users can select the appropriate format according to their needs....formats which are listed below: Index Number Formats 0 General 1 0...

    docs.aspose.com/cells/cpp/list-of-supported-num...
  2. ShapeBase class | Aspose.Words for Python

    aspose.words.drawing.ShapeBase class. Base class for objects in the drawing layer, such as an AutoShape, freeform, OLE object, ActiveX control, or picture...Node ) get_child(node_type, index, is_deep) Returns an Nth child...(Inherited from Node ) index_of(child) Returns the index of the specified...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Issue: Unable to capture clipboard paste text -...

    Hi Team, We are using Aspose.Cells.GridJs version 24.2.0.0 in our web application. We want to capture clipboard text, especially when users copy multiple cells from an external Excel file and paste them into the GridJs…...parameters are: ri:row index ci:column index Moreover, see the document...

    forum.aspose.com/t/issue-unable-to-capture-clip...
  4. FieldListNum | Aspose.Words for Java

    Implements the LISTNUM field in Java....update(); int index = 0; Iterator generalFormatEnumera...format("General format index {0}: {1}", index++, value)); } Assert...

    reference.aspose.com/words/java/com.aspose.word...
  5. Convert Range to JSON - Free Support Forum - as...

    Hi, I want to convert a range I have in excel to a JSON and I want to capture the range as is along with all the formatting. The idea is that I want to use these JSON values to later set the range properties in another w…...borders foreach border index(EdgeTop,EdgeBottom,EdgeLeft...format.borders foreach border index(EdgeTop,EdgeBottom,EdgeLeft...

    forum.aspose.com/t/convert-range-to-json/311994
  6. Possible Regression: java.lang.ArrayIndexOutOfB...

    I am encountering a java.lang.ArrayIndexOutOfBoundsException when trying to load a specific CSV file using Aspose.Cells for Node.js via Java by using new aspose.Workbook(csvFilePath, aspose.getCsvLoadOptions()) I have t…...ArrayIndexOutOfBound: Index 3 out of bounds for length 3...in the current row (e.g., “Index 3 out of bounds for length 3”)...

    forum.aspose.com/t/possible-regression-java-lan...
  7. LayoutEnumerator.page_index property | Aspose.W...

    LayoutEnumerator.page_Index property. Gets the 1-based Index of a page which contains the current entity....page_index property LayoutEnumerator.page_index property Gets...Gets the 1-based index of a page which contains the current entity...

    reference.aspose.com/words/python-net/aspose.wo...
  8. GroupShape class | Aspose.Words for Python

    aspose.words.drawing.GroupShape class. Represents a group of shapes in a document...Node ) get_child(node_type, index, is_deep) Returns an Nth child...(Inherited from Node ) index_of(child) Returns the index of the specified...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert from GDB format and to GDB format with ...

    Hi, 1.If I use conversion from GDB to Shapefile: The input file will be: .gdbtable and beside it .gdbtablx. I try to open it in QGIS and it said invalid data source, please see: gdb1.7z (552 Bytes) What wrong ? 2…...single table, ensure the related index file ( .gdbtablx ) is present...// 2. Copy the table and its index into the new folder File.Copy(sourceTable...

    forum.aspose.com/t/convert-from-gdb-format-and-...
  10. Create and manage tables of Microsoft Excel fil...

    Insert, resize, edit, delete, and format tables of Excel files using Aspose.Cells for JavaScript via C++....ListObject to the worksheet const index = sheet . listObjects . add...sheet . listObjects . get ( index ); // Adding Default Style to...

    docs.aspose.com/cells/javascript-cpp/create-and...