public class DataGridViewRow extends DataGridViewBand
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridViewRow
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.DataGridViewRow
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridViewRow() |
DataGridViewRow(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DataGridViewAdvancedBorderStyle |
AdjustRowHeaderBorderStyle(DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput,
DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder,
boolean singleVerticalBorderAdded,
boolean singleHorizontalBorderAdded,
boolean isFirstDisplayedRow,
boolean isLastVisibleRow) |
static DataGridViewRow |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataGridViewRow, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
void |
CreateCells(DataGridView dataGridView) |
void |
CreateCells(DataGridView dataGridView,
NetObject... values) |
AccessibleObject |
getAccessibilityObject() |
DataGridViewCellCollection |
getCells() |
ContextMenuStrip |
GetContextMenuStrip(int rowIndex) |
NetObject |
getDataBoundItem() |
int |
getDividerHeight() |
java.lang.String |
getErrorText() |
java.lang.String |
GetErrorText(int rowIndex) |
DataGridViewRowHeaderCell |
getHeaderCell() |
int |
getHeight() |
boolean |
getIsNewRow() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
int |
getMinimumHeight() |
int |
GetPreferredHeight(int rowIndex,
DataGridViewAutoSizeRowMode autoSizeRowMode,
boolean fixedWidth) |
DataGridViewElementStates |
GetState(int rowIndex) |
void |
setDividerHeight(int DividerHeight) |
void |
setErrorText(java.lang.String ErrorText) |
void |
setHeaderCell(DataGridViewRowHeaderCell HeaderCell) |
void |
setHeight(int Height) |
void |
setJCOInstance(JCObject instance) |
void |
setMinimumHeight(int MinimumHeight) |
boolean |
SetValues(NetObject... values) |
close, Dispose, getContextMenuStrip, getDefaultCellStyle, getDefaultHeaderCellType, getDisplayed, getFrozen, getHasDefaultCellStyle, getIndex, getInheritedStyle, getReadOnly, getResizable, getSelected, getTag, getVisible, setContextMenuStrip, setDefaultCellStyle, setDefaultHeaderCellType, setDisplayed, setFrozen, setIndex, setReadOnly, setResizable, setSelected, setTag, setVisiblegetDataGridView, getState, setDataGridView, setStatepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridViewRow()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
IndexOutOfRangeException
public DataGridViewRow(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic DataGridViewAdvancedBorderStyle AdjustRowHeaderBorderStyle(DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, boolean singleVerticalBorderAdded, boolean singleHorizontalBorderAdded, boolean isFirstDisplayedRow, boolean isLastVisibleRow) throws java.lang.Throwable, InvalidOperationException, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, OutOfMemoryException, KeyNotFoundException, ArgumentNullException, InvalidEnumArgumentException
public static DataGridViewRow cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridViewRow, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridViewRow instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, InvalidEnumArgumentException, MulticastNotSupportedException, RankException, ArrayTypeMismatchException
Clone in class DataGridViewBandjava.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionRankExceptionArrayTypeMismatchExceptionpublic void CreateCells(DataGridView dataGridView) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionWin32ExceptionMulticastNotSupportedExceptionThreadStateExceptionKeyNotFoundExceptionpublic void CreateCells(DataGridView dataGridView, NetObject... values) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, InvalidEnumArgumentException, MulticastNotSupportedException, Win32Exception, ThreadStateException, KeyNotFoundException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionWin32ExceptionThreadStateExceptionKeyNotFoundExceptionOutOfMemoryExceptionpublic AccessibleObject getAccessibilityObject() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException
public DataGridViewCellCollection getCells() throws java.lang.Throwable
java.lang.Throwablepublic ContextMenuStrip GetContextMenuStrip(int rowIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException
public NetObject getDataBoundItem() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, NotSupportedException, IndexOutOfRangeException, FormatException
public int getDividerHeight()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getErrorText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic java.lang.String GetErrorText(int rowIndex)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
Win32Exception,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32ExceptionOutOfMemoryExceptionpublic DataGridViewRowHeaderCell getHeaderCell() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, MethodAccessException, MissingMethodException, MemberAccessException, TargetInvocationException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException, InvalidOperationException, CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionRankExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionCultureNotFoundExceptionpublic int getHeight()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsNewRow()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DataGridViewBandString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DataGridViewBandString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DataGridViewBandObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DataGridViewBandString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DataGridViewBandJCType representing the CLR Type of the instantiated Classpublic int getMinimumHeight()
throws java.lang.Throwable
java.lang.Throwablepublic int GetPreferredHeight(int rowIndex,
DataGridViewAutoSizeRowMode autoSizeRowMode,
boolean fixedWidth)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ArrayTypeMismatchException,
InvalidOperationException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
NotSupportedException,
MethodAccessException,
MissingMethodException,
MemberAccessException,
TargetInvocationException,
RankException,
ExternalException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionArrayTypeMismatchExceptionInvalidOperationExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionNotSupportedExceptionMethodAccessExceptionMissingMethodExceptionMemberAccessExceptionTargetInvocationExceptionRankExceptionExternalExceptionpublic DataGridViewElementStates GetState(int rowIndex) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, CultureNotFoundException, ObjectDisposedException
public void setDividerHeight(int DividerHeight)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
ArrayTypeMismatchException,
InvalidEnumArgumentException
public void setErrorText(java.lang.String ErrorText)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
RankException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
ArgumentException,
ArrayTypeMismatchException,
ObjectDisposedException,
InvalidOperationException
public void setHeaderCell(DataGridViewRowHeaderCell HeaderCell) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException
public void setHeight(int Height)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
Win32Exception,
NotSupportedException,
RankException,
ArrayTypeMismatchException,
OutOfMemoryException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DataGridViewBandpublic void setMinimumHeight(int MinimumHeight)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
IndexOutOfRangeException
public boolean SetValues(NetObject... values) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, Win32Exception, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionWin32ExceptionInvalidEnumArgumentException