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=10.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,
ArgumentOutOfRangeException,
ArgumentException,
PlatformNotSupportedException,
IndexOutOfRangeException,
ArgumentNullException,
CultureNotFoundException,
InvalidOperationException,
NotSupportedException,
RankException,
ArrayTypeMismatchException
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, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, OutOfMemoryException, KeyNotFoundException, InvalidOperationException, 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, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, FormatException, ArgumentNullException, InvalidEnumArgumentException, OutOfMemoryException, InvalidCastException, MulticastNotSupportedException, RankException, ArrayTypeMismatchException
Clone in class DataGridViewBandjava.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionInvalidOperationExceptionFormatExceptionArgumentNullExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionInvalidCastExceptionMulticastNotSupportedExceptionRankExceptionArrayTypeMismatchExceptionpublic void CreateCells(DataGridView dataGridView) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionOutOfMemoryExceptionInvalidCastExceptionInvalidEnumArgumentExceptionWin32ExceptionMulticastNotSupportedExceptionThreadStateExceptionKeyNotFoundExceptionpublic void CreateCells(DataGridView dataGridView, NetObject... values) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, IndexOutOfRangeException, MissingMethodException, TargetInvocationException, InvalidCastException, InvalidEnumArgumentException, MulticastNotSupportedException, Win32Exception, ThreadStateException, KeyNotFoundException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionIndexOutOfRangeExceptionMissingMethodExceptionTargetInvocationExceptionInvalidCastExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionWin32ExceptionThreadStateExceptionKeyNotFoundExceptionpublic AccessibleObject getAccessibilityObject() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentOutOfRangeException, OutOfMemoryException, InvalidCastException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
public DataGridViewCellCollection getCells() throws java.lang.Throwable
java.lang.Throwablepublic ContextMenuStrip GetContextMenuStrip(int rowIndex) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidCastException, CultureNotFoundException
public NetObject getDataBoundItem() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, FormatException, ArrayTypeMismatchException, IndexOutOfRangeException
public int getDividerHeight()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException
public java.lang.String getErrorText()
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
CultureNotFoundException,
ObjectDisposedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionCultureNotFoundExceptionObjectDisposedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic java.lang.String GetErrorText(int rowIndex)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
CultureNotFoundException,
IndexOutOfRangeException,
FormatException,
ArrayTypeMismatchException,
InvalidEnumArgumentException,
Win32Exception
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionFormatExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionWin32Exceptionpublic DataGridViewRowHeaderCell getHeaderCell() throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidCastException, MissingMethodException, TargetInvocationException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, InvalidEnumArgumentException, CultureNotFoundException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionCultureNotFoundExceptionpublic 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,
NotSupportedException,
IndexOutOfRangeException,
FormatException,
InvalidEnumArgumentException,
OutOfMemoryException,
InvalidCastException,
MissingMethodException,
TargetInvocationException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionArrayTypeMismatchExceptionInvalidOperationExceptionNotSupportedExceptionIndexOutOfRangeExceptionFormatExceptionInvalidEnumArgumentExceptionOutOfMemoryExceptionInvalidCastExceptionMissingMethodExceptionTargetInvocationExceptionpublic DataGridViewElementStates GetState(int rowIndex) throws java.lang.Throwable, ArgumentException, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
public void setDividerHeight(int DividerHeight)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
InvalidCastException,
InvalidEnumArgumentException
public void setErrorText(java.lang.String ErrorText)
throws java.lang.Throwable,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException,
OutOfMemoryException,
InvalidCastException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
ObjectDisposedException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArgumentExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidCastExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionObjectDisposedExceptionpublic void setHeaderCell(DataGridViewRowHeaderCell HeaderCell) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, InvalidCastException, CultureNotFoundException, InvalidEnumArgumentException
public void setHeight(int Height)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
InvalidCastException,
Win32Exception,
LockRecursionException,
AbandonedMutexException,
SynchronizationLockException,
RankException,
ArrayTypeMismatchException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionOutOfMemoryExceptionInvalidCastExceptionWin32ExceptionLockRecursionExceptionAbandonedMutexExceptionSynchronizationLockExceptionRankExceptionArrayTypeMismatchExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class DataGridViewBandpublic void setMinimumHeight(int MinimumHeight)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException
public boolean SetValues(NetObject... values) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, InvalidCastException, IndexOutOfRangeException, Win32Exception, InvalidEnumArgumentException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionRankExceptionArrayTypeMismatchExceptionArgumentNullExceptionInvalidCastExceptionIndexOutOfRangeExceptionWin32ExceptionInvalidEnumArgumentException