Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / CT_KeyData Class / HashSize Property


In This Topic
    HashSize Property (CT_KeyData)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property HashSize As UInteger
    'Usage
     
    
    Dim instance As CT_KeyData
    Dim value As UInteger
     
    instance.HashSize = value
     
    value = instance.HashSize
    public uint HashSize {get; set;}
    See Also