Skip to main content
All docs
V26.1
  • BandFormatDictionary Class

    A dictionary that stores band formats by key.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    NuGet Package: DevExpress.Docs.Core

    Declaration

    public class BandFormatDictionary :
        OfficeDictionary<int, BandFormat>

    The following members return BandFormatDictionary objects:

    Inheritance

    Object
    DevExpress.Docs.Office.Internal.OfficeDictionary<Int32, BandFormat>
    BandFormatDictionary
    See Also