You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented new features and enhancements in the Range class
- Added ClearRange and MergeCells methods to the Range class, enabling the clearing of cell contents and merging of cells within specified ranges.
- Implemented ColumnCount and RowCount properties in the Range class to provide easy access to the number of columns and rows in a given range.
- Developed the AddDropdownListValidation method in the Worksheet class for adding dropdown list data validation to cells.
- Introduced ColumnWidth and RowHeight methods to retrieve the width of a column and the height of a row, enhancing cell dimension handling capabilities.
These enhancements aim to improve the flexibility and utility of the Range class, offering more advanced functionalities for manipulating and validating spreadsheet data.
0 commit comments