Platforms to show: All Mac Windows Linux Cross-Platform

Back to XLFormatMBS class.

XLFormatMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XL MBS XL Plugin 11.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The private constructor.

XLFormatMBS.SetBorder(border as Integer = 1)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XL MBS XL Plugin 11.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the border style.

See BorderStyle* constants.

XLFormatMBS.SetBorderColor(ColorValue as Integer)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XL MBS XL Plugin 11.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the border color.

If you set value and book is in RGB mode you can use PackColor function to get a numeric value for a color or color components. If the book is not in RGB mode, you can use color constants in XLFontMBS classes.

XLFormatMBS.SetFont(font as XLFontMBS) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XL MBS XL Plugin 11.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the font for the format.

To create a new font use XLBookMBS.addFont(). Returns false if error occurs. Get error info with XLBookMBS.ErrorMessage property.

XLFormatMBS.SetRotation(rotation as Integer) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method XL MBS XL Plugin 11.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the text rotation.

Must be a value from the following table:
ValueMeaning
0 - 90Text rotated counterclockwise 0 to 90 degrees
91 - 180Text rotated clockwise 1 to 90 degrees
255Vertical text

The items on this page are in the following plugins: MBS XL Plugin.


The biggest plugin in space...