Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 17,913 for

insert documents

(0.1 sec)
  1. AutoFit Rows for Merged Cells with C++|Document...

    Learn how to auto-fit rows for merged cells in Excel using Aspose.Cells for C++.... Merge (); // Insert value to the merged cell A1...cells range2 . Merge (); // Insert value to the merged cell A1...

    docs.aspose.com/cells/cpp/autofit-rows-for-merg...
  2. Setting Formula for Named Range with C++|Docume...

    Learn how to set formulas for named ranges in Excel files using Aspose.Cells with C++....SetFormula ( u "NewNamedRange" ); // Insert the value in cell A3 which...book . GetWorksheets (); // Insert some data in cell A1 of Sheet1...

    docs.aspose.com/cells/cpp/setting-formula-for-n...
  3. Calculate the sum of a range of cells|Documenta...

    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....resultCell ) { // Open the document for editing. using ( SpreadsheetDocument...SpreadsheetDocument document = SpreadsheetDocument . Open ( docName...

    docs.aspose.com/cells/net/calculate-the-sum-of-...
  4. DocumentBuilder.insert_check_box method | Aspos...

    aspose.words.DocumentBuilder.Insert_check_box method...insert_check_box method Contents [ Hide ] insert_check_box(name...insert_check_box(name, checked_value, size) Inserts a checkbox form field at the...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Aspose.Cells for .NET

    This API allows you to do all kinds of operations on Excel files files in .NET code including creating, editing and converting etc....Freeze Panes in Excel using C# Insert Sparklines in Excel using C#...in Excel using C# Display Document Properties in Excel using...

    kb.aspose.com/cells/net/
  6. GradientStopCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your gradients with the GradientStopCollection Add method. Seamlessly add custom GradientStops for vibrant designs.... Document doc = new Document (); DocumentBuilder...gradientStops . RemoveAt ( 1 ); // And insert new gradient stop at the same...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Border.lineStyle property | Aspose.Words for No...

    Border.lineStyle property. Gets or sets the border style....to insert a string surrounded by a border into a document. let...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. GradientStop.baseColor property | Aspose.Words ...

    GradientStop.baseColor property. Gets a value representing the color of the gradient stop without any modifiers.... Document (); let builder = new aw ...gradientStops . removeAt ( 1 ); // And insert new gradient stop at the same...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose::Words::Fields::FieldSeq::get_SequenceId...

    Aspose::Words::Fields::FieldSeq::get_SequenceIdentifier method. Gets or sets the name assigned to the series of items that are to be numbered in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...each SEQ field found in the document. // Each entry contains the...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. ParagraphFormat.borders property | Aspose.Words...

    ParagraphFormat.borders property. Gets collection of borders of the paragraph....BorderCollection Examples Shows how to insert a paragraph with a top border...border. let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...