|  | WorksheetReaderRowDefinitionAddRowDefinition Method | 
            Adds a row definition or changes it, when a non-standard row height and/or hidden state is defined
            
Namespace: NanoXLSX.LowLevelAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
 Syntax
Syntaxpublic static void AddRowDefinition(
	Dictionary<int, WorksheetReaderRowDefinition> rows,
	string rowNumber,
	string heightProperty,
	string hiddenProperty
)
Parameters
- rows  DictionaryInt32, WorksheetReaderRowDefinition
- Row dictionary
- rowNumber  String
- Row number as string (directly resolved from the corresponding XML attribute)
- heightProperty  String
- Row height as string (directly resolved from the corresponding XML attribute)
- hiddenProperty  String
- Hidden definition as string (directly resolved from the corresponding XML attribute)
 See Also
See Also