Bar.AddField Method

Adds the field.
public static void AddField( 
string name
byte index 
)
This language is not supported or no code example is available.
public:  
static void AddField( 
String^ name
Byte index 
)
This language is not supported or no code example is available.
public static function AddField( 
name : String
index : byte 
);
This language is not supported or no code example is available.

Parameters

name
string

The name.

index
byte

The index.

In this article

Definition