Extended .NET SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Namespaces | Enumerations
TableIteratorOption.cs File Reference

Go to the source code of this file.

Namespaces

namespace  Teigha
 
namespace  Teigha.TD
 

Enumerations

enum  Teigha.TD.TableIteratorOption {
  Teigha.TD.kTableIteratorNone = 0 , Teigha.TD.kTableIteratorIterateSelection = 0x1 , Teigha.TD.kTableIteratorIterateRows = 0x2 , Teigha.TD.kTableIteratorIterateColumns = 0x4 ,
  Teigha.TD.kTableIteratorIterateDataLinks = 0x80 , Teigha.TD.kTableIteratorReverseOrder = 0x8 , Teigha.TD.kTableIteratorSkipReadOnlyContent = 0x10 , Teigha.TD.kTableIteratorSkipReadOnlyFormat = 0x20 ,
  Teigha.TD.kTableIteratorSkipMerged = 0x40
}