Version

FillCell Method

Fills the cell with a bar with a color depending on the isFirstBarPrinted value.
Syntax
'Declaration
 
Protected Sub FillCell( _
   ByVal columnNumber As Integer, _
   ByVal colSpan As Integer, _
   ByVal rowNumber As Integer, _
   ByVal rowSpan As Integer, _
   ByVal isBarPrinted As Boolean _
) 
protected void FillCell( 
   int columnNumber,
   int colSpan,
   int rowNumber,
   int rowSpan,
   bool isBarPrinted
)

Parameters

columnNumber
The column number which will be filled.
colSpan
The number of the columns which will be spanned.
rowNumber
The row number which will be filled.
rowSpan
The number of the rows which will be spanned.
isBarPrinted
if set to true the bar will be filled with the foreground color, if false, the bar will be filled the background color.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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