Version

FillBars Method

Fills the bars.
Syntax
'Declaration
 
Protected Sub FillBars( _
   ByVal bars() As Byte, _
   ByVal isFirstBarPrinted As Boolean, _
   ByVal startRow As Integer, _
   ByVal rowSpan As Integer, _
   ByVal startColumn As Integer _
) 
protected void FillBars( 
   byte[] bars,
   bool isFirstBarPrinted,
   int startRow,
   int rowSpan,
   int startColumn
)

Parameters

bars
The bars.
isFirstBarPrinted
if set to true [is first bar printed].
startRow
The start row.
rowSpan
The number of rows that it should fill.
startColumn
The col row.
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