Table of Contents

XlsFile.ShowGridLines Property

True if the gray grid lines are shown on the Active sheet. You can also set this option with ExcelFile.SheetOptions This property can work in different windows depending on the value of ExcelFile.ActiveWindow

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean ShowGridLines { get; set; }

See also