MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / FontsCollection Class / Add Method
A GrapeCity.ActiveReports.Document.Drawing.Font item to add.

In This Topic
Add Method (FontsCollection)
In This Topic
Adds a GrapeCity.ActiveReports.Document.Drawing.Font item to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal inFont As Font _
) As Integer
 

Parameters

inFont
A GrapeCity.ActiveReports.Document.Drawing.Font item to add.

Return Value

The position into which the new item was inserted, or -1 to indicate that the item was not inserted into the collection.
See Also