Spread Silverlight Documentation
FillPattern Property (ExtendedFormat)


GrapeCity.Excel Namespace > ExtendedFormat Class : FillPattern Property
Gets or sets the fill pattern.
Syntax
'Declaration
 
Public Property FillPattern As FillPatternType
'Usage
 
Dim instance As ExtendedFormat
Dim value As FillPatternType
 
instance.FillPattern = value
 
value = instance.FillPattern
public FillPatternType FillPattern {get; set;}

Property Value

The fill pattern.
See Also

Reference

ExtendedFormat Class
ExtendedFormat Members