Share via


_Application.LargeOperationCellThousandCount Property

Returns or sets the maximum number of cells needed in an operation beyond which an alert is triggered. Read/write.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property LargeOperationCellThousandCount As Integer
    Get
    Set
'Usage
Dim instance As _Application
Dim value As Integer

value = instance.LargeOperationCellThousandCount

instance.LargeOperationCellThousandCount = value
int LargeOperationCellThousandCount { get; set; }

Property Value

Type: System.Int32
Integer

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace