Hide

SftPrintPreview/OCX 1.0 - ActiveX Print Preview Control

Display
Print

DataObjectFiles.Count Property

Returns the number of filenames in the DataObject.Files collection (sftCFFiles format only).

Syntax

Get

VB.NETTotal = object.Count As Integer
VBTotal = object.Count As Long
C#.NETint Total = object.Count;
VC++long Total = object->Count;
long Total = object->GetCount();
CHRESULT object->get_Count(long* Total);

object

A DataObjectFiles object.

Total

Returns the number of filenames in the DataObject.Files collection (sftCFFiles format only).

Comments

The Count property returns the number of filenames in the DataObject.Files collection (sftCFFiles format only).

This property can be used to iterate through all file names in the DataObject.Files collection.

See Also DataObjectFiles Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.