Table of Contents

Class SheetInfo

Namespace
MiniExcelLibs.OpenXml
Assembly
MiniExcel.dll
public class SheetInfo
Inheritance
SheetInfo
Inherited Members

Constructors

SheetInfo(uint, uint, string, SheetState)

public SheetInfo(uint id, uint index, string name, SheetState sheetState)

Parameters

id uint
index uint
name string
sheetState SheetState

Properties

Id

public uint Id { get; }

Property Value

uint

Index

public uint Index { get; }

Property Value

uint

Name

public string Name { get; }

Property Value

string

State

public SheetState State { get; }

Property Value

SheetState