XLFormatMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
XLFormatMBS class
The class for a format.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
This class has no sub classes.
Some methods using this class:
- XLBookMBS.AddFormat(initFormat as XLFormatMBS = nil) as XLFormatMBS
- XLBookMBS.Format(index as Integer) as XLFormatMBS
- XLSheetMBS.ReadDate(row as Integer, col as Integer, byref format as XLFormatMBS) as date
- XLSheetMBS.ReadNumber(row as Integer, col as Integer, byref format as XLFormatMBS) as Double
- XLSheetMBS.ReadRichString(row as integer, col as integer, byref format as XLFormatMBS) as XLRichStringMBS
- XLSheetMBS.SetRow(row as Integer, height as Double, format as XLFormatMBS = nil, hidden as boolean = false) as boolean
- XLSheetMBS.WriteDateTime(row as integer, col as integer, value as dateTime, format as XLFormatMBS = nil) as boolean
- XLSheetMBS.WriteFormulaBool(row as Integer, col as Integer, Expression as string, value as Boolean, format as XLFormatMBS = nil) as boolean
- XLSheetMBS.WriteString(row as Integer, col as Integer, value as string, format as XLFormatMBS = nil) as boolean
- XLSheetMBS.WriteStyledText(row as integer, col as integer, StyledText as StyledText, format as XLFormatMBS = nil) as boolean
Some properties using for this class:
Some examples using this class:
Blog Entries
Xojo Developer Magazine
Release notes
The items on this page are in the following plugins: MBS XL Plugin.
XLFontMBS
-
XLFormControlMBS