Table of Contents

XlsFile.SheetIsRightToLeft Property

If true then the sheet goes from right to left, with A1 starting at the top right of the page. You can also set this option with ExcelFile.SheetOptions

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean SheetIsRightToLeft { get; set; }

See also