DataGridView.DisplayedColumnCount(Boolean) Methode

Definitie

Retourneert het aantal kolommen dat wordt weergegeven aan de gebruiker.

public:
 int DisplayedColumnCount(bool includePartialColumns);
public int DisplayedColumnCount(bool includePartialColumns);
member this.DisplayedColumnCount : bool -> int
Public Function DisplayedColumnCount (includePartialColumns As Boolean) As Integer

Parameters

includePartialColumns
Boolean

true om gedeeltelijke kolommen op te nemen in het aantal weergegeven kolommen; anders, false.

Retouren

Het aantal kolommen dat voor de gebruiker wordt weergegeven.

Van toepassing op

Zie ook