Enum SubtotalFunction

SubtotalFunction enumeration

Represents subtotal function type. Used in the GridWorksheet.CreateSubtotal method.

public enum SubtotalFunction

Values

NameValueDescription
AVERAGE1Average
COUNT2Count the numeric cells.
COUNTA3Count the non-null cells
MAX4Max
MIN5Min
PRODUCT6Product
SUM9Sum

See Also