VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor.Xlsx Namespace / XlsxDocumentEditor Class / SetStyleFillColor(Int32,Nullable<VintasoftColor>) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    SetStyleFillColor(Int32,Nullable<VintasoftColor>) Method (XlsxDocumentEditor)
    In This Topic
    Sets the fill color of style.
    Syntax
    'Declaration
    
    Public Sub SetStyleFillColor( _
    ByVal styleIndex
    The style index.
    As System.Int32, _
    ByVal fillColor
    The background color.
    As System.Nullable(Of VintasoftColor) _
    )
    public void SetStyleFillColor(
    System.Int32 styleIndex,
    System.Nullable<VintasoftColor> fillColor
    )
    public: void SetStyleFillColor(
    System.Int32 styleIndex,
    System.Nullable<VintasoftColor*>* fillColor
    )
    public:
    void SetStyleFillColor(
    System.Int32 styleIndex,
    System.Nullable<VintasoftColor^>^ fillColor
    )

    Parameters

    styleIndex
    The style index.
    fillColor
    The background color.
    Exceptions
    ExceptionDescription
    Thrown if styleIndex is out of range.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also