ICellFormat.Font Property
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Font As Font
Get
Set
'Usage
Dim instance As ICellFormat
Dim value As Font
value = instance.Font
instance.Font = value
Font Font { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.Font