IFillFormatCollection

IFillFormatCollection interface

Represents the collection of fill styles.

public interface IFillFormatCollection : IGenericCollection<IFillFormat>

Properties

NameDescription
Item { get; }Gets the element at the specified index. Read-only IFillFormat.

See Also