FontCollectionInsert Method
Inserts a font to the specified index in collection.
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public void Insert(
int index,
PdfFont font
)
Public Sub Insert (
index As Integer,
font As PdfFont
)
public:
void Insert(
int index,
PdfFont^ font
)
member Insert :
index : int *
font : PdfFont -> unit
Parameters
- index Int32
- Index in collection where to insert the font.
- font PdfFont
- The font to be inserted in the collection.