GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ILeaderLines Interface / Format Property


In This Topic
Format Property (ILeaderLines)
In This Topic
Gets the IChartFormat object.
Syntax
'Declaration
 
ReadOnly Property Format As IChartFormat
 
'Usage
 
Dim instance As ILeaderLines
Dim value As IChartFormat
 
value = instance.Format
See Also