Condividi tramite


IDataGridViewEditingCell.EditingCellFormattedValue Proprietà

Definizione

Ottiene o imposta il valore formattato della cella.

public:
 property System::Object ^ EditingCellFormattedValue { System::Object ^ get(); void set(System::Object ^ value); };
public object EditingCellFormattedValue { get; set; }
member this.EditingCellFormattedValue : obj with get, set
Public Property EditingCellFormattedValue As Object

Valore della proprietà

Object

Oggetto Object che contiene il valore della cella.

Commenti

Il valore formattato rappresenta il valore visualizzato nell'interfaccia utente della cella. Il valore formattato può essere diverso nel valore assoluto e anche nel tipo di dati rispetto al valore effettivo contenuto nella cella.

Le implementazioni di questa proprietà in genere restituiscono un valore recuperato chiamando il metodo e passando il GetEditingCellFormattedValue Formatting valore.

Si applica a

Vedi anche