Xamarin.Android

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WordSprmOperandSize - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WordSprmOperandSize

    Size of the operand for sprm (Single PRoperty Modifier).

    Inheritance
    System.Object
    WordSprmOperandSize
    Namespace: Syncfusion.DocIO.ReaderWriter.Biff_Records
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class WordSprmOperandSize : Enum

    Fields

    FourBytes

    Size of the operand, 4 bytes.

    Declaration
    public const WordSprmOperandSize FourBytes
    Field Value
    Type Description
    WordSprmOperandSize

    OneBit

    1 byte, operand affects 1 bit.

    Declaration
    public const WordSprmOperandSize OneBit
    Field Value
    Type Description
    WordSprmOperandSize

    OneByte

    Size of the operand, 1 byte.

    Declaration
    public const WordSprmOperandSize OneByte
    Field Value
    Type Description
    WordSprmOperandSize

    ThreeBytes

    Size of the operand, 3 bytes.

    Declaration
    public const WordSprmOperandSize ThreeBytes
    Field Value
    Type Description
    WordSprmOperandSize

    TwoBytes

    Size of the operand, 2 bytes

    Declaration
    public const WordSprmOperandSize TwoBytes
    Field Value
    Type Description
    WordSprmOperandSize

    TwoBytes2

    Size of the operand, TwoBytes2.

    Declaration
    public const WordSprmOperandSize TwoBytes2
    Field Value
    Type Description
    WordSprmOperandSize

    TwoBytes3

    Size of the operand, TwoBytes3.

    Declaration
    public const WordSprmOperandSize TwoBytes3
    Field Value
    Type Description
    WordSprmOperandSize

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Variable

    Variable length - following byte is size of operand.

    Declaration
    public const WordSprmOperandSize Variable
    Field Value
    Type Description
    WordSprmOperandSize
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved