# GC.Spread.Sheets.Shapes.LineCapStyle

## Content

# Enumeration: LineCapStyle

[Sheets](../modules/GC.Spread.Sheets).[Shapes](../modules/GC.Spread.Sheets.Shapes).LineCapStyle

Specifies the cap type for a line.

## Table of contents

### Enumeration members

- [flat](GC.Spread.Sheets.Shapes.LineCapStyle#flat)
- [round](GC.Spread.Sheets.Shapes.LineCapStyle#round)
- [square](GC.Spread.Sheets.Shapes.LineCapStyle#square)

## Enumeration members

### <a id="flat" name="flat"></a> flat

• **flat** = `2`

Specifies the end of the line is flat.

___

### <a id="round" name="round"></a> round

• **round** = `0`

Specifies the end of the line is rounded.

___

### <a id="square" name="square"></a> square

• **square** = `1`

Specifies the end of the line is capped with a square shape.
