[This is preliminary documentation and is subject to change.]
Add an item to the cell in the current row, indicated by the supplied column number.
The item text will be made black.
| C# | Visual Basic | Visual C++ |
public void AddBlackItem( int column, string text )
Public Sub AddBlackItem ( _ column As Integer, _ text As String _ )
public: void AddBlackItem( int column, String^ text )
- column (Int32)
- One-based column number.
- text (String)
- The item text.