Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / WebImage Class
Properties Methods


In This Topic
    WebImage Class Members
    In This Topic

    The following tables list the members exposed by WebImage.

    Public Constructors
     NameDescription
    Public ConstructorInternal use only.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets alternative text that describes the image for accessibility. (Inherited from GrapeCity.CalcEngine.CellImage)
    Public PropertyGets or sets the height of the source image sub-rectangle to draw into the destination context.  
    Public PropertyGets or sets the width of the source image sub-rectangle to draw into the destination context.  
    Public PropertyGets or sets the x-axis coordinate of the top left corner of the source image sub-rectangle to draw into the destination context.  
    Public PropertyGets or sets the y-axis coordinate of the top left corner of the source image sub-rectangle to draw into the destination context.  
    Public PropertyGets or sets a boolean value indicating whether the image is loaded.  
    Public PropertyGets or sets the custom data.  
    Public PropertyGets or sets the horizontal alignment of the image.  
    Public PropertyGets or sets the custom height of the image in pixels.  
    Public PropertyGets or sets a boolean value indicating whether the image is paintable.  
    Public PropertyGets or sets the WebImage.SizingMode value which indicates the image dimensions.  
    Public PropertyGets or sets the vertical alignment of the image.  
    Public PropertyGets the cell value. (Inherited from GrapeCity.CalcEngine.GenericCellData<string>)
    Public PropertyGets or sets the custom width of the image in pixels.  
    Public PropertyGets the worksheet which contains this web image.  
    Top
    Public Methods
     NameDescription
    Public MethodLoads the image data if it is not available.  
    Public MethodReturns a String which represents the object instance. (Inherited from GrapeCity.CalcEngine.GenericCellData<string>)
    Top
    See Also