Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 28,085 for

numbers

(0.17 sec)
  1. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the Node.js API via C++ to programmatically hide or show gridlines, row, and column headers of an Excel worksheet.... For example, rows are numbered – 1, 2, 3, 4, etc. – and columns...unhideRows(number, number, number) and Cells.unhideColumns(number, number...

    docs.aspose.com/cells/nodejs-cpp/show-and-hide-...
  2. FieldListNum.list_level property | Aspose.Words...

    FieldListNum.list_level property. Gets or sets the level in the list, overriding the default behavior of the field.... Examples Shows how to number paragraphs with LISTNUM fields...# LISTNUM fields display a number that increments at each LISTNUM...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PropertyType | Aspose.Words for Java

    Specifies data type of a document property in Java....floating number. NUMBER The property is an integer number. OBJECT_ARRAY...a floating number. NUMBER public static int NUMBER The property...

    reference.aspose.com/words/java/com.aspose.word...
  4. FootnoteNumberingRule enumeration | Aspose.Word...

    Aspose.Words.Notes.FootnoteNumberingRule enumeration. Determines when automatic footnote or endnote numbering restarts....automatic footnote or endnote numbering restarts. Members Name Description...Description Continuous Numbering continuous throughout the document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Using Cells.ImportData to import and format emp...

    I have a requirement to quickly load a DataTable into an Excel sheet, where cells should automatically format to correspond to the DataTable’s column types. This is particularly important for DateTime columns. This work…... to explicitly specify the number format for the DateTime column...cell is left with the General number format. Aspose .Cells does...

    forum.aspose.com/t/using-cells-importdata-to-im...
  6. Contar la cantidad de celdas en la hoja de cálc...

    Aprende cómo contar programáticamente el número de celdas en una hoja de Excel usando Aspose.Cells for JavaScript por medio de C++.... get ( 0 ); // Get number of cells (regular Count) const...countLarge ; console . log ( "Number of Cells: " + numberOfCells...

    docs.aspose.com/cells/es/javascript-cpp/count-n...
  7. Recognize SINGAPOREPOST BarCode Images via Pyth...

    Scan SINGAPOREPOST symbology barcode images using Python applications without using any other software....Scan EAN (European Article Number) Scan IATA2OF5 (IATA 2 of 5...Book Number) Scan ISMN (International Standard Music Number) Scan...

    products.aspose.com/total/python-net/recognize-...
  8. Aspose::Words::PageSetup::get_LayoutMode method...

    Aspose::Words::PageSetup::get_LayoutMode method. Gets or sets the layout mode of this section in C++....Shows how to specify a for the number of characters that each line...and then use it to set the number of characters per line in this...

    reference.aspose.com/words/cpp/aspose.words/pag...
  9. FindReplaceOptions.replacing_callback property ...

    FindReplaceOptions.replacing_callback property. The user-defined method which is called before every replace occurrence.... m_current_replacement_number = None self . m_log = [] def...m_current_replacement_number += 1 number = int ( args . match...

    reference.aspose.com/words/python-net/aspose.wo...
  10. حساب عدد الخلايا في ورقة العمل باستخدام C++|Doc...

    في هذا المقال، ستتعلم كيفية عد عدد الخلايا في ورقة عمل Excel برمجيًا باستخدام واجهة برمجة تطبيقات C++ مع Aspose.Cells.... Get ( 0 ); // Print number of cells in the Worksheet std...std :: cout << "Number of Cells: " << worksheet . GetCells ()...

    docs.aspose.com/cells/ar/cpp/count-number-of-ce...