Platforms to show: All Mac Windows Linux Cross-Platform

Back to XLCorePropertiesMBS class.

XLCorePropertiesMBS.Book as XLBookMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XL MBS XL Plugin 25.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The parent book.

(Read only property)

XLCorePropertiesMBS.Categories as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XL MBS XL Plugin 25.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The "categories" property of the workbook.

(Read and Write property)

XLCorePropertiesMBS.Comments as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XL MBS XL Plugin 25.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The "comments" property of the workbook.

(Read and Write property)

XLCorePropertiesMBS.Created as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XL MBS XL Plugin 25.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The "created" property of the workbook.

(Read and Write property)

XLCorePropertiesMBS.CreatedAsDouble as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XL MBS XL Plugin 25.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The "created" property of the workbook.

Use the dateUnpack() for extract date/time parts from double.
(Read and Write property)

XLCorePropertiesMBS.Creator as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XL MBS XL Plugin 25.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The "creator" property of the workbook.

(Read and Write property)

XLCorePropertiesMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XL MBS XL Plugin 25.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The internal object reference.

(Read only property)

XLCorePropertiesMBS.LastModifiedBy as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XL MBS XL Plugin 25.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The "lastModifiedBy" property of the workbook.

(Read and Write property)

XLCorePropertiesMBS.Modified as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XL MBS XL Plugin 25.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The "modified" property of the workbook.

(Read and Write property)

XLCorePropertiesMBS.ModifiedAsDouble as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XL MBS XL Plugin 25.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The "modified" property of the workbook.

Use the dateUnpack() for extract date/time parts from double.
(Read and Write property)

XLCorePropertiesMBS.Subject as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XL MBS XL Plugin 25.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The "subject" property of the workbook.
Example
Var book As New XLBookMBS(True)
Var cp As XLCorePropertiesMBS = book.CoreProperties
cp.Subject = "Test document"

(Read and Write property)

XLCorePropertiesMBS.Tags as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XL MBS XL Plugin 25.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The "tags" property of the workbook.

(Read and Write property)

XLCorePropertiesMBS.Title as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property XL MBS XL Plugin 25.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The "title" property of the workbook.
Example
Var book As New XLBookMBS(True)
Var cp As XLCorePropertiesMBS = book.CoreProperties
cp.Title = "The title"

(Read and Write property)

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


The biggest plugin in space...