File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- namespace OfficeOpenXml . VBA {
1+ /*************************************************************************************************
2+ Required Notice: Copyright (C) EPPlus Software AB.
3+ This software is licensed under PolyForm Noncommercial License 1.0.0
4+ and may only be used for noncommercial purposes
5+ https://polyformproject.org/licenses/noncommercial/1.0.0/
6+
7+ A commercial license to use this software can be purchased at https://epplussoftware.com
8+ *************************************************************************************************
9+ Date Author Change
10+ *************************************************************************************************
11+ 07/22/2025 EPPlus Software AB EPPlus 8.0.8
12+ *************************************************************************************************/
13+ namespace OfficeOpenXml . VBA
14+ {
215
316 /// <summary>
417 /// The interface that must be implemented by the elements stored by ExcelVBACollectionBase.
518 /// </summary>
6- public interface IExcelVBACollectionElement {
7- string Name { get ; }
19+ public interface IExcelVBACollectionElement
20+ {
21+ string Name { get ; }
822 }
923}
You can’t perform that action at this time.
0 commit comments