TextOverflowMode

SpreadsheetOptions.TextOverflowMode property

Sets the text overflow mode for rendering spreadsheet documents into HTML. By default is , which mimics the default MS Excel behavior.

public TextOverflowMode TextOverflowMode { get; set; }

Remarks

For details, see the documentation.

See Also