Table of Contents

TLineStyleList.this[] Property

Returns the line style for a given formatting type. Currently Excel defines only 3 formatting types, but more could be added in the future. If you need to access a formatting type that is not defined in the TFormattingType enumeration, just cast an integer to TFormattingType.

Syntax

Namespace: FlexCel.Core

public TLineStyle this[] { get; set; }

See also