Sort Score
Result 10 results
Languages All
Labels All
Results 8,071 - 8,080 of 21,382 for

worksheet

(0.24 sec)
  1. تصدير ورقة العمل أو المخطط إلى صورة مع عرض وارت...

    استخدام Aspose.Cells لتصدير ورقة العمل أو المخطط إلى صورة باستخدام العرض والارتفاع المطلوبين في C++....// Access first worksheet Worksheet worksheet = workbook . GetWorksheets...into image SheetRender sr ( worksheet , opts ); sr . ToImage ( 0...

    docs.aspose.com/cells/ar/cpp/export-worksheet-o...
  2. Extraer imágenes de hojas de cálculo usando opc...

    Aprende cómo extraer imágenes de hojas de cálculo de Excel y guardarlas en una unidad local usando Aspose.Cells for C++....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...in the first worksheet Picture pic = worksheet . GetPictures...

    docs.aspose.com/cells/es/cpp/extract-images-fro...
  3. Detectar si la hoja de cálculo está protegida c...

    Aprenda cómo detectar si una hoja de cálculo está protegida con contraseña usando Aspose.Cells for Node.js via C++....isProtectedWithPassw() devuelve true si Worksheet está protegida con contraseña...); // Access the protected Worksheet const sheet = book . getWorksheets...

    docs.aspose.com/cells/es/nodejs-cpp/detect-if-w...
  4. Définir la zone d impression|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 Workbook file WorksheetCollection...WorksheetCollection worksheets = workbook . getWorksheets (); Worksheet sheet...

    docs.aspose.com/cells/fr/java/set-print-area/
  5. Position der Shape innerhalb des Arbeitsblatts ...

    Bestimmen Sie die absolute Position einer Form in einem Arbeitsblatt mit Aspose.Cells in C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...shape inside the worksheet Shape shape = worksheet . GetShapes ()...

    docs.aspose.com/cells/de/cpp/finding-absolute-p...
  6. Rimuovere Slicer con C++|Documentation

    Impara come rimuovere slicer nei file Excel programmaticamente usando Aspose.Cells for C++....programmaticamente, utilizza il metodo Worksheet.Slicers.Remove() . Rimuoverà...Access first worksheet. WorksheetCollection worksheets = wb . GetWorksheets...

    docs.aspose.com/cells/it/cpp/removing-slicer/
  7. Modifiche all API pubblica in Aspose.Cells 8.2....

    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....getVersion ()); Aggiunta proprietà Worksheet a Chart Prima del rilascio...fornendo la proprietà Chart.Worksheet. Si prega di controllare l’articolo...

    docs.aspose.com/cells/it/java/public-api-change...
  8. Sammanfoga celler|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....//Create a Worksheet and get the first sheet. Worksheet worksheet = wbk...the cells. Cells cells = worksheet . getCells (); //Merge some...

    docs.aspose.com/cells/sv/java/merge-cells/
  9. VSTOとAspose.Cellsでワークブック内のワークシートを非表示および表示する|Doc...

    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.... Worksheet objSheet = ( Excel . Worksheet ) excelApp...[ "Sheet1" ]; //Hide the worksheet. objSheet . Visible = Excel...

    docs.aspose.com/cells/ja/net/hide-and-unhide-wo...
  10. ワークシートの空白行と列をC++で削除|Documentation

    Aspose.Cellsを使ってワークシートの空白の行と列を削除します。...inputFilePath ); // Create a Worksheets object with reference to...the first Worksheet from WorksheetCollection Worksheet sheet =...

    docs.aspose.com/cells/ja/cpp/delete-blank-rows-...