Version

getFillPattern Method (IColorModel)

Gets the fill pattern to use, given the specified parameters.
Syntax
'Declaration
 
Function getFillPattern( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal dataValue As Double _
) As Integer
int getFillPattern( 
   int row,
   int column,
   double dataValue
)

Parameters

row
The row to retrieve a fill pattern for.
column
The column to retrieve a fill pattern for.
dataValue
The data value to retrieve a fill pattern for.

Return Value

An integer value representing the fill pattern to use.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also