• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Group Shapes in ASP.NET Core Excel (XlsIO) Library

This sample demonstrates how to use group shapes in spreadsheets using XlsIO.
DEMO
SOURCE

Click the "Input Template" button to view the input Excel document and click the "Create Document" button to view the created Excel document. Please note that the Microsoft Excel viewer or Microsoft Excel is required to view the Excel document.


   

Essential XlsIO allows to group multiple shapes and ungroup the shapes in worksheet. The IGroupShape interface is the in-memory representation of the group shapes in an Excel workbook.

Features:

This sample demonstrates following features:

  • Grouping multiple shapes into a single group shape.
  • Ungroup the group shape and all its inner shapes.