Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / CT_KeyData Class / KeyBits Property


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