Returns or sets the width, in pixels, of the lines displayed between cells, bands, headers, indents, or unpopulated areas.
Syntax
object.GridLineWidth [= value]
object.GridLineWidthBand(BandNumber) [= value]
object.GridLineWidthFixed [= value]
object.GridLineWidthHeader(BandNumber) [= value]
object.GridLineWidthIndent(BandNumber) [= value]
object.GridLineWidthUnpopulated [= value]
Syntax for the GridLineWidth, GridLineWidthBand, GridLineWidthFixed, GridLineWidthHeader, GridLineWidthIndent, and GridLineWidthUnpopulated properties has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
BandNumber | Required. A Long value that specifies the band being affected. |
value | A numeric expression that specifies the preferred width, in pixels, for the current line. |