Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SheetView Class / Images Property
Example


In This Topic
    Images Property (SheetView)
    In This Topic
    Get the image collection
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Images As SpreadImageCollection
    'Usage
     
    
    Dim instance As SheetView
    Dim value As SpreadImageCollection
     
    value = instance.Images
    public SpreadImageCollection Images {get;}
    Example
    This example adds an image to the sheet.
    See Also