NumberOfColumns

Slicer.NumberOfColumns property

Restituisce o imposta il numero di colonne nello slicer specificato.

public int NumberOfColumns { get; set; }

Esempi


[C#]

slicer.NumberOfColumns = 1;

Guarda anche