Object Model Reference : Classes : S : SystemPrinters : Properties : SystemPrinters.Count |
Property Count As Long
Member of SystemPrinters
The Count property returns the number of printers in a SystemPrinters collection.
The Count property returns a read-only value.
The following VBA example displays the number of installed printers.
Sub Test() |
MsgBox "There are " & Printers.Count & " printers installed on your system" |
End Sub |
Copyright 2013 Corel Corporation. All rights reserved.