Xbasic
Office::Underline Enumeration
Description
Options for defining the underline style for an Office::Font object.
- Office::Underline::None
Value = 0. No underline.
- Office::Underline::Single
Value = 1. Single underline, only under the text.
- Office::Underline::Double
Value = 2. Double underline, only under the text.
- Office::Underline::SingleAcc
Value = 33. Single underline, fills the cell width.
- Office::Underline::DoubleAcc
Value = 34. Double underline, fills the cell width.