[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IInterior

Interface IInterior

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the interior of an object.

public interface IInterior

Properties

Color

Gets or sets the Color of the represented interior.

Color Color { get; set; }

Property Value

System.Drawing.Color

ColorIndex

Gets or sets the color of the interior.

int ColorIndex { get; set; }

Property Value

int

Gradient

Gets the Gradient property of an Interior object of a selection.

object Gradient { get; }

Property Value

object

Nullable ILinearGradient or IRectangularGradient.

Pattern

Gets or sets the interior pattern.

Pattern Pattern { get; set; }

Property Value

Pattern

PatternColor

Gets or sets the Color of the pattern for the represented interior.

Color PatternColor { get; set; }

Property Value

System.Drawing.Color

PatternColorIndex

Gets or sets the color of the interior pattern as an index into the current color palette.

int PatternColorIndex { get; set; }

Property Value

int

PatternThemeColor

Gets or sets a theme color pattern for an Interior object.

ThemeColor PatternThemeColor { get; set; }

Property Value

ThemeColor

PatternTintAndShade

Gets or sets a tint and shade pattern for an Interior object. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.

double PatternTintAndShade { get; set; }

Property Value

double

ThemeColor

Gets or sets the theme color in the applied color scheme that is associated with the specified object.

ThemeColor ThemeColor { get; set; }

Property Value

ThemeColor

TintAndShade

Gets or sets a value that lightens or darkens a color. The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.

double TintAndShade { get; set; }

Property Value

double