Class TextVertOverflowType
Represents different vertical overflow types.
Inheritance
System.Object
TextVertOverflowType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class TextVertOverflowType : Enum
Fields
Clip
Represents a clip type of vertical overflow.
Declaration
public const TextVertOverflowType Clip
Field Value
Type |
---|
TextVertOverflowType |
Ellipsis
Represents a ellipsis type of vertical overflow.
Declaration
public const TextVertOverflowType Ellipsis
Field Value
Type |
---|
TextVertOverflowType |
OverFlow
Represents a overflow type of vertical overflow.
Declaration
public const TextVertOverflowType OverFlow
Field Value
Type |
---|
TextVertOverflowType |