IVsDataTableColumn.IsComputed Property

Definition

Gets a value indicating whether this column object is computed.

public:
 property bool IsComputed { bool get(); };
public bool IsComputed { get; }
member this.IsComputed : bool
Public ReadOnly Property IsComputed As Boolean

Property Value

true if this column object is computed; otherwise, false.

Applies to