[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CustomImageInfo.-ctor

CustomImageInfo Constructor

CustomImageInfo(string)

Initializes a new instance of the CustomImageInfo class.

Declaration
public CustomImageInfo(string name)
Public Sub New(name As String)
Parameters
Type Name Description
string name

Name of custom image in spread's custom image list.

CustomImageInfo(int)

Initializes a new instance of the CustomImageInfo class.

Declaration
public CustomImageInfo(int index)
Public Sub New(index As Integer)
Parameters
Type Name Description
int index

Index of custom image in spread's custom image list.