Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SheetInfoCollection Class / Add Method


In This Topic
    Add Method (SheetInfoCollection)
    In This Topic
    Adds a sheet into the collection.
    Syntax
    'Declaration
     
    Public Function Add() As Integer
    'Usage
     
    Dim instance As SheetInfoCollection
    Dim value As Integer
     
    value = instance.Add()
    public int Add()

    Return Value

    The index of the added sheet.
    See Also