Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="XlsxStyleBorders"/> class.
 /// </summary>
 public XlsxStyleBorders(XlsxBaseStyle parent) : base(parent)
 {
 }
Пример #2
0
        /// <inheritdoc />
        /// <summary>
        /// Sets this collection as the owner of the specified item.
        /// </summary>
        /// <param name="item">Target item to set owner.</param>
        protected override void SetOwner(XlsxBaseStyle item)
        {
            SentinelHelper.ArgumentNull(item, nameof(item));

            item.SetOwner(this);
        }