Enum
SpreadVerticalAlignment

Vertical text alignment options controlling content placement within cell height.

Definition

Namespace:Telerik.Documents.SpreadsheetStreaming

Assembly:Telerik.Documents.SpreadsheetStreaming.dll

Syntax:

cs-api-definition
public enum SpreadVerticalAlignment

Fields

Bottom

Aligns content with the bottom edge.

Declaration

cs-api-definition
Bottom = 0

Field Value

SpreadVerticalAlignment

Center

Centers content vertically.

Declaration

cs-api-definition
Center = 1

Field Value

SpreadVerticalAlignment

Distributed

Evenly distributes characters vertically, adding space as needed.

Declaration

cs-api-definition
Distributed = 4

Field Value

SpreadVerticalAlignment

Justify

Justifies wrapped lines vertically (except the last line).

Declaration

cs-api-definition
Justify = 3

Field Value

SpreadVerticalAlignment

Top

Aligns content with the top edge.

Declaration

cs-api-definition
Top = 2

Field Value

SpreadVerticalAlignment

In this article
DefinitionFieldsBottomCenterDistributedJustifyTop
Not finding the help you need?
Contact Support