FormBuildGridControl.showRowLabels 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.
Overloads
showRowLabels(Boolean) | |
showRowLabels() |
showRowLabels(Boolean)
public:
virtual bool showRowLabels(bool _value);
public virtual bool showRowLabels (bool _value);
abstract member showRowLabels : bool -> bool
override this.showRowLabels : bool -> bool
Public Overridable Function showRowLabels (_value As Boolean) As Boolean
Parameters
- _value
- Boolean
Returns
Applies to
showRowLabels()
public:
virtual bool showRowLabels();
public virtual bool showRowLabels ();
abstract member showRowLabels : unit -> bool
override this.showRowLabels : unit -> bool
Public Overridable Function showRowLabels () As Boolean