VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet Namespace / SpreadsheetEditor Class / CheckMaxActionCompositionCount(Int64) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CheckMaxActionCompositionCount(Int64) Method (SpreadsheetEditor)
    In This Topic
    Checks the maximum action composition count.
    Syntax
    'Declaration
    
    Public Sub CheckMaxActionCompositionCount( _
    ByVal actionCount
    The action count.
    As Long _
    )
    public void CheckMaxActionCompositionCount(
    long actionCount
    )
    public: void CheckMaxActionCompositionCount(
    long actionCount
    )
    public:
    void CheckMaxActionCompositionCount(
    long actionCount
    )

    Parameters

    actionCount
    The action count.
    Exceptions
    ExceptionDescription
    Thrown if actionCount is greater than MaxActionCompositionCount.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also