Platforms to show: All Mac Windows Linux Cross-Platform
XLRichStringMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | XL | MBS XL Plugin | 20.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This class allows to have more than one font within one cell.
- 5 properties
- 6 methods
- method AddFont(templateFont as XLFontMBS = nil) as XLFontMBS
- method AddStyledText(StyledText as StyledText)
- method AddText(text as String, font as XLFontMBS = nil)
- method Constructor(book as XLBookMBS)
- method Text(Index as Integer) as String
- method Text(Index as Integer, byref font as XLFontMBS) as String
This class has no sub classes.
Some methods using this class:
- XLBookMBS.AddRichString as XLRichStringMBS
- XLBookMBS.AddStyledText(StyledText as StyledText) as XLRichStringMBS
- XLSheetMBS.ReadRichString(row as integer, col as integer) as XLRichStringMBS
- XLSheetMBS.ReadRichString(row as integer, col as integer, byref format as XLFormatMBS) as XLRichStringMBS
- XLSheetMBS.WriteRichString(row as integer, col as integer, RichString as XLRichStringMBS, format as XLFormatMBS = nil) as boolean
Blog Entries
- LibXL Extras for Xojo
- MBS Xojo Plugins, version 20.3pr1
- New in the MBS Xojo Plugins Version 20.2
- MonkeyBread Software Releases the MBS Xojo Plugins in version 20.2
- StyledText for Excel files with LibXL 3.9 in Xojo
- MBS Xojo Plugins, version 20.2pr4
Release notes
- Version 20.3
- Added templateFont parameter for AddFont method in XLRichStringMBS class.
- Version 20.2
- Added XLRichStringMBS class to work on rich text in Excel documents.
The items on this page are in the following plugins: MBS XL Plugin.