LOTUSSCRIPT /COM/OLE のクラス


例:Size プロパティ
次のスクリプトは文書サイズを取得して、sizeInBytes に代入します。たとえば、Size は 135 を返します。

Dim doc As NotesDocument
Dim sizeInBytes As Long
'...set value of doc...
sizeInBytes = doc.Size

関連項目