Clone()
|
Creates a copy of the current XlFill object.
|
CopyFrom(XlFill)
|
Copies the appropriate properties of the specified object into the current instance of the XlFill class.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current XlFill instance.
|
GetHashCode()
|
Gets the hash code (a number) that corresponds to the value of the current XlFill object.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
NoFill()
static
|
Returns the XlFill object specifying that a cell has no fill.
|
PatternFill(XlPatternType, XlColor, XlColor)
static
|
Creates the XlFill object that specifies the pattern fill for a cell background.
|
PatternFill(XlPatternType)
static
|
Creates the XlFill object that specifies the automatic pattern fill for a cell background.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
SolidFill(XlColor)
static
|
Creates the XlFill object that specifies the solid fill for a cell background.
|
ToString()
|
Returns a string that represents the current object.
|