'Declaration
Public Class CellMatrix(Of T As IEquatable(Of T))
'Usage
Dim instance As CellMatrix(Of T)
public class CellMatrix<T> where T: IEquatable<T>
'Declaration
Public Class CellMatrix(Of T As IEquatable(Of T))
'Usage
Dim instance As CellMatrix(Of T)
public class CellMatrix<T> where T: IEquatable<T>
System.Object
GrapeCity.Spreadsheet.CellMatrix<T>
GrapeCity.Spreadsheet.SparklineStorage