IMsoDataTable.Font Property
Provides access to properties that determine the characteristics of the text in a data table. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Font As ChartFont
Get
'Usage
Dim instance As IMsoDataTable
Dim value As ChartFont
value = instance.Font
ChartFont Font { get; }
Property Value
Type: Microsoft.Office.Core.ChartFont
ChartFont
Remarks
ChartFont members
Member |
Type |
---|---|
Color |
Variant |
ColorIndex |
Variant |
FontStyle |
Variant |
Italic |
Variant |
Name |
Variant |
OutlineFont |
Variant |
Shadow |
Variant |
Size |
Variant |
StrikeThrough |
Variant |
Subscript |
Variant |
Superscriprt |
Variant |
Underline |
Variant |