Databar.PercentMax Property
Returns or sets a Integer value that specifies the length of the longest data bar as a percentage of cell width.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property PercentMax As Integer
Get
Set
'Usage
Dim instance As Databar
Dim value As Integer
value = instance.PercentMax
instance.PercentMax = value
int PercentMax { get; set; }
Property Value
Type: System.Int32
Integer
Remarks
The value must be a whole number between 0 and 100.