API Reference

Class

LegacyXlsDataValidationCollectionRecord

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Describes a BIFF DVal data-validation collection header discovered during legacy XLS import.

Inheritance

  • Object
  • LegacyXlsDataValidationCollectionRecord

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public LegacyXlsDataValidationCollectionRecord(String sheetName, Int32 recordOffset, UInt16 recordType, Int32 payloadLength, UInt32 declaredValidationCount) #

Creates parsed BIFF DVal collection metadata.

Parameters

sheetName System.String requiredposition: 0
recordOffset System.Int32 requiredposition: 1
recordType System.UInt16 requiredposition: 2
payloadLength System.Int32 requiredposition: 3
declaredValidationCount System.UInt32 requiredposition: 4

Properties

public String SheetName { get; } #

Gets the worksheet name associated with the DVal record.

public Int32 RecordOffset { get; } #

Gets the byte offset of the BIFF record.

public UInt16 RecordType { get; } #

Gets the BIFF record type identifier.

public Int32 PayloadLength { get; } #

Gets the BIFF record payload length in bytes.

public UInt32 DeclaredValidationCount { get; } #

Gets the validation-rule count declared by the DVal header.