menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelFillType - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelFillType

    Represents shape fill type.

    Inheritance
    System.Object
    ExcelFillType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelFillType : Enum

    Fields

    Gradient

    Represents gradient type.

    Declaration
    public const ExcelFillType Gradient
    Field Value
    Type
    ExcelFillType

    Pattern

    Represents pattern type.

    Declaration
    public const ExcelFillType Pattern
    Field Value
    Type
    ExcelFillType

    Picture

    Represents picture type.

    Declaration
    public const ExcelFillType Picture
    Field Value
    Type
    ExcelFillType

    SolidColor

    Solid color.

    Declaration
    public const ExcelFillType SolidColor
    Field Value
    Type
    ExcelFillType

    Texture

    Represents texture type.

    Declaration
    public const ExcelFillType Texture
    Field Value
    Type
    ExcelFillType

    UnknownGradient

    Represents unsupport gradient that can be created using Excel 2007, but not supported correctly by Excel 2003 structures.

    Declaration
    public const ExcelFillType UnknownGradient
    Field Value
    Type
    ExcelFillType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved