/
Dokumentacija HotXLS
Sadržaj
Početna
Pregled
TGridToXLS
IXLSWorkbook
Početna
Sadržaj
Pregled
Klasa TXLSVBAModule
Exposes a single VBA macro module containing macro code and metadata
Sintaksa
TXLSVBAModule = class;
Primjer
This example reads the source code of the first VBA module
Code := Workbook.VBAProject.Item[0].SourceCode;