Skip to content

Commit 8001b17

Browse files
committed
Added xml comment
1 parent 7ce3f60 commit 8001b17

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/EPPlus/Vba/IExcelVBACollectionElement.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ namespace OfficeOpenXml.VBA
1818
/// </summary>
1919
public interface IExcelVBACollectionElement
2020
{
21+
/// <summary>
22+
/// The name of a VBA module or reference.
23+
/// </summary>
2124
string Name { get; }
2225
}
2326
}

0 commit comments

Comments
 (0)