FormTableControl.setColLabel(Int32, String) Method
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.
public:
virtual void setColLabel(int _column, System::String ^ _text);
public virtual void setColLabel (int _column, string _text);
abstract member setColLabel : int * string -> unit
override this.setColLabel : int * string -> unit
Public Overridable Sub setColLabel (_column As Integer, _text As String)
Parameters
- _column
- Int32
- _text
- String