Skip to content

Commit 7ce3f60

Browse files
committed
Added header on IExcelVBACollectionElement.cs
1 parent b6fc1ac commit 7ce3f60

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
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
}

0 commit comments

Comments
 (0)