Table of Contents

ExcelFile.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 SheetOptions

Syntax

Namespace: FlexCel.Core

public abstract Boolean SheetIsRightToLeft { get; set; }

See also