TextEffectFormat.KernedPairs Property
True if character pairs in the specified WordArt are kerned.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property KernedPairs As MsoTriState
Get
Set
'Usage
Dim instance As TextEffectFormat
Dim value As MsoTriState
value = instance.KernedPairs
instance.KernedPairs = value
MsoTriState KernedPairs { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState