XlSubtototalLocationType Enumeration
Specifies where the subtotal will be displayed on the worksheet.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlSubtototalLocationType
'Usage
Dim instance As XlSubtototalLocationType
public enum XlSubtototalLocationType
Members
Member name | Description | |
---|---|---|
xlAtTop | Subtotal will be on the top. | |
xlAtBottom | Subtotal will be on the bottom. |