Share via


IColumn.Scale Property

Definition

Gets the scale of data that is allowed in this column. For example, if the property is a Decimal ' then this is the maximum number of decimal places.

public virtual int? Scale { get; }
member this.Scale : Nullable<int>
Public Overridable ReadOnly Property Scale As Nullable(Of Integer)

Property Value

Applies to