Table of Contents

TTMSFNCCustomDataGrid.RowMin Method

Returns the minimum numeric value across the data columns of a row.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

function RowMin(ARow: Integer; AFromColumn: Integer = -1; AToColumn: Integer = -1): Double;

Parameters

Name Description
ARow Zero-based row index.
AFromColumn First column to include, or -1 for the first data column.
AToColumn Last column to include, or -1 for the last data column.

Returns

Minimum value as a Double.