Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelTextRotation

    Show / Hide Table of Contents

    Class ExcelTextRotation

    Enumeration to specify the possible Text Rotation options.

    Inheritance
    System.Object
    ExcelTextRotation
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelTextRotation : Enum

    Fields

    Clockwise

    Represents the Clockwise text rotation.

    Declaration
    public const ExcelTextRotation Clockwise
    Field Value
    Type Description
    ExcelTextRotation

    CounterClockwise

    Represents the CounterClockwise text rotation.

    Declaration
    public const ExcelTextRotation CounterClockwise
    Field Value
    Type Description
    ExcelTextRotation

    LeftToRight

    Represents the LeftToRight text rotation.

    Declaration
    public const ExcelTextRotation LeftToRight
    Field Value
    Type Description
    ExcelTextRotation

    TopToBottom

    Represents the TopToBottom text rotation.

    Declaration
    public const ExcelTextRotation TopToBottom
    Field Value
    Type Description
    ExcelTextRotation

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved