WithHierarchicalGroupingKey.cs 378 B

123456789101112
  1. // Copyright (c) Microsoft. All rights reserved.
  2. // Licensed under the MIT license. See LICENSE file in the project root for full license information.
  3. namespace OpenXmlPowerTools
  4. {
  5. internal class WithHierarchicalGroupingKey
  6. {
  7. public string[] HierarchicalGroupingArray { get; set; }
  8. public ComparisonUnitWord ComparisonUnitWord { get; set; }
  9. }
  10. }