Visual Basic (Declaration) | |
---|---|
Overloads Public Function Add( _ ByVal legendEntry As LegendEntry _ ) As Integer |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public int Add( LegendEntry legendEntry ) |
C++/CLI | |
---|---|
public: int Add( LegendEntry^ legendEntry ) |
Parameters
- legendEntry
- The LegendEntry to add.