[This is preliminary documentation and is subject to change.]
Add a prefix for a cell.
| C# | Visual Basic | Visual C++ |
public void SetCellPrefix( int column, string text )
Public Sub SetCellPrefix ( _ column As Integer, _ text As String _ )
public: void SetCellPrefix( int column, String^ text )
- column (Int32)
- The column.
- text (String)
- The prefix to add.