Creates a new grid line for the sheet.
Overload List
Overload | Description |
GridLine Constructor() | Creates a new grid line. |
GridLine Constructor(GridLineType) | Creates a new grid line of the specified line type. |
GridLine Constructor(GridLineType,Color) | Creates a new grid line of the specified line type and color. |
GridLine Constructor(GridLineType,Color,Color,Color) | Creates a new grid line of the specified line type and colors. |
GridLine Constructor(GridLineType,Color,Color,Color,Int32) | Creates a new grid line of the specified line type, colors, and width. |
GridLine Constructor(SerializationInfo,StreamingContext) | Creates a new grid line from serialization. |
See Also