Databar.PercentMax Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Integer value that specifies the length of the longest data bar as a percentage of cell width.
public:
property int PercentMax { int get(); void set(int value); };
public int PercentMax { get; set; }
Public Property PercentMax As Integer
Property Value
Integer
Remarks
The value must be a whole number between 0 and 100.