Platforms to show: All Mac Windows Linux Cross-Platform
XLCopyOptionsMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | XL | MBS XL Plugin | 19.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
- 11 properties
- property CopyColHidden as Boolean
- property CopyComments as Boolean
- property CopyFormat as Boolean
- property CopyHorPageBreak as Boolean
- property CopyMerge as Boolean
- property CopyNamedRanges as Boolean
- property CopyPicture as Boolean
- property CopyPrintArea as Boolean
- property CopyPrintFit as Boolean
- property CopyPrintRepeat as Boolean
- property CopyRowHidden as Boolean
- method Constructor
This class has no sub classes.
Some methods using this class:
- XLBookMBS.CopyContent(dest as XLBookMBS, Options as XLCopyOptionsMBS = nil)
- XLSheetMBS.CopyCellValue(dest as XLSheetMBS, SourceRow as Integer, DestRow as Integer, SourceColumn as Integer, DestColumn as Integer, Options as XLCopyOptionsMBS = nil)
- XLSheetMBS.CopyColumn(dest as XLSheetMBS, SourceColumn as Integer, DestColumn as Integer, Options as XLCopyOptionsMBS = nil)
- XLSheetMBS.CopyRow(dest as XLSheetMBS, SourceRow as Integer, DestRow as Integer, Options as XLCopyOptionsMBS = nil)
- XLSheetMBS.CopySheet(dest as XLBookMBS, Options as XLCopyOptionsMBS = nil)
- XLSheetMBS.CopySheet(dest as XLSheetMBS, Options as XLCopyOptionsMBS = nil)
Some examples using this class:
Blog Entries
- LibXL Extras for Xojo
- MBS Xojo Plugins in version 19.0
- MBS Xojo Plugins, version 19.0pr7
- MBS Xojo Plugins, version 19.0pr6
Xojo Developer Magazine
Release notes
- Version 19.0
- Added XLCopyOptionsMBS class to specify copy options for MBS Xojo XL Plugin.
The items on this page are in the following plugins: MBS XL Plugin.
XLConditionalFormattingMBS - XLFilterColumnMBS